Searched defs:fragoff (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/netinet6/
H A Dfrag6.c167 int fragoff, frgpartlen; /* must be larger than u_int16_t */ local
/freebsd-10-stable/sys/netpfil/pf/
H A Dpf_norm.c1191 u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3; local
H A Dpf.c5190 u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3; local
/freebsd-10-stable/sys/ufs/ffs/
H A Dfs.h586 #define fragoff(fs, loc) /* calculates (loc % fs->fs_fsize) */ \ macro

Completed in 189 milliseconds