Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c284 uint16_t unfragpartlen, offflag, fragoff, fragpartlen, fragflag; in fsw_ip_frag_reass_v4() local
345 uint16_t ip6f_off, fragoff, fragpartlen, unfragpartlen, fragflag; in fsw_ip_frag_reass_v6() local
507 struct ipf_key *key, uint16_t unfraglen, uint16_t fragoff, in ipf_process()
/xnu-8019.80.24/bsd/netinet6/
H A Dfrag6.c292 int fragoff = 0, frgpartlen = 0; /* must be larger than u_int16_t */ in frag6_input() local
/xnu-8019.80.24/bsd/net/
H A Dpf_norm.c1916 u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3; in pf_normalize_ip() local
2252 u_int16_t fragoff = 0; in pf_normalize_ip6() local
H A Dpf.c8936 u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3; in pf_pull_hdr() local