Searched refs:fragoff (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dfrag6.c174 int fragoff, frgpartlen; /* must be larger than u_int16_t */ local
318 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK);
319 if (fragoff == 0) {
333 if (q6->ip6q_unfrglen + fragoff + frgpartlen > IPV6_MAXPACKET) {
343 else if (fragoff + frgpartlen > IPV6_MAXPACKET) {
356 if (fragoff == 0) {
395 ip6af->ip6af_off = fragoff;
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c1536 u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3; local
1597 if (!fragoff && !mff)
1620 if (fragoff + ip_len > IP_MAXPACKET) {
1621 DPFPRINTF(("max packet %d\n", fragoff + ip_len));
1624 fr_max = fragoff + ip_len;
1647 fragoff, fr_max));
1808 u_int16_t fragoff = 0; local
1975 fragoff = ntohs(frag.ip6f_offlg & IP6F_OFF_MASK);
1979 if (fragoff + (plen - off) > IPV6_MAXPACKET)
1982 fr_max = fragoff
[all...]
H A Dpf.c7482 u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3; local
7484 if (fragoff) {
7485 if (fragoff >= len) {

Completed in 34 milliseconds