Home
last modified time | relevance | path

Searched defs:fragoff (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/sys/netinet6/
Dfrag6.c184 int fragoff, frgpartlen; /* must be larger than u_int16_t */ local
/mirbsd/src/sys/net/
Dpf_norm.c827 u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3; in pf_normalize_ip() local
1043 u_int16_t fragoff = 0; in pf_normalize_ip6() local
Dpf.c4724 u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3; in pf_pull_hdr() local
/mirbsd/src/sys/ufs/ffs/
Dfs.h488 #define fragoff(fs, loc) /* calculates (loc % fs->fs_fsize) */ \ macro
/mirbsd/src/usr.sbin/makefs/nbsrc/sys/ufs/ffs/
Dfs.h667 #define fragoff(fs, loc) /* calculates (loc % fs->fs_fsize) */ \ macro
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-m68k.c218 int fragoff; /* Where in the current opcode the frag ends. */ member