Searched defs:fragoff (Results 1 – 6 of 6) sorted by relevance
184 int fragoff, frgpartlen; /* must be larger than u_int16_t */ local
827 u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3; in pf_normalize_ip() local1043 u_int16_t fragoff = 0; in pf_normalize_ip6() local
4724 u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3; in pf_pull_hdr() local
488 #define fragoff(fs, loc) /* calculates (loc % fs->fs_fsize) */ \ macro
667 #define fragoff(fs, loc) /* calculates (loc % fs->fs_fsize) */ \ macro
218 int fragoff; /* Where in the current opcode the frag ends. */ member