Searched defs:fragoff (Results 1 – 5 of 5) sorted by relevance
163 int fragoff, frgpartlen; /* must be larger than u_int16_t */ in frag6_input() local
871 u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3; in pf_normalize_ip() local1126 u_int16_t fragoff = 0; in pf_normalize_ip6() local
5876 u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3; in pf_pull_hdr() local
489 #define fragoff(fs, loc) /* calculates (loc % fs->fs_fsize) */ \ macro
541 #define fragoff(fs, loc) /* calculates (loc % fs->fs_fsize) */ \ macro