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

/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dfrag6.c286 int fragoff, frgpartlen; /* must be larger than u_int16_t */ local
460 fragoff = ntohs(ip6f->ip6f_offlg & IP6F_OFF_MASK);
461 if (fragoff == 0) {
475 if (q6->ip6q_unfrglen + fragoff + frgpartlen > IPV6_MAXPACKET) {
484 } else if (fragoff + frgpartlen > IPV6_MAXPACKET) {
497 if (fragoff == 0) {
536 ip6af->ip6af_off = fragoff;
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf_norm.c1543 u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3; local
1604 if (!fragoff && !mff)
1627 if (fragoff + ip_len > IP_MAXPACKET) {
1628 DPFPRINTF(("max packet %d\n", fragoff + ip_len));
1631 fr_max = fragoff + ip_len;
1654 fragoff, fr_max));
1817 u_int16_t fragoff = 0; local
1984 fragoff = ntohs(frag.ip6f_offlg & IP6F_OFF_MASK);
1988 if (fragoff + (plen - off) > IPV6_MAXPACKET)
1991 fr_max = fragoff
[all...]
H A Dpf.c7558 u_int16_t fragoff = (ntohs(h->ip_off) & IP_OFFMASK) << 3; local
7560 if (fragoff) {
7561 if (fragoff >= len) {

Completed in 186 milliseconds