Searched refs:ip_id (Results 1 - 15 of 15) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dip.h96 u_short ip_id; /* identification */ member in struct:ip
H A Dip_id.c181 * If net.inet.ip.random_id is disabled, revert to incrementing ip_id.
186 return (htons(ip_id++));
H A Dip_var.h296 extern u_short ip_id; /* ip packet ctr, for ids */
H A Din_dhcp.c539 request->ip.ip_id = ip_randomid();
736 request->ip.ip_id = ip_randomid();
H A Draw_ip.c431 if (ip->ip_id == 0)
432 ip->ip_id = ip_randomid();
H A Dip_input.c481 ip_id = RandomULong() ^ tv.tv_usec;
1431 hash = IPREASS_HASH(ip->ip_src.s_addr, ip->ip_id);
1439 if (ip->ip_id == fp->ipq_id &&
1582 fp->ipq_id = ip->ip_id;
H A Dip_compat.h569 __u16 ip_id;
H A Dip_output.c153 u_short ip_id; variable
556 ip->ip_id = ip_randomid();
H A Dip_fw2.c1301 ntohs(ip->ip_id), ip_len - (ip->ip_hl << 2),
2511 x = ntohs(ip->ip_id);
H A Dtcp_subr.c544 ip->ip_id = 0;
/xnu-2782.1.97/bsd/net/
H A Dpf_norm.c443 key->fr_id = ip->ip_id;
539 (*frag)->fr_id = frent->fr_ip->ip_id;
739 (*frag)->fr_id = h->ip_id;
750 DPFPRINTF(("fragcache[%d]: new %d-%d\n", h->ip_id, off,
776 h->ip_id, frp->fr_off, frp->fr_end, off, fr_max));
782 h->ip_id, frp->fr_off, frp->fr_end, off, fr_max));
794 h->ip_id, precut, frp->fr_off, frp->fr_end, off,
842 h->ip_id, -precut, frp->fr_off, frp->fr_end, off,
864 h->ip_id, off, fr_max, fra->fr_off, fra->fr_end));
870 h->ip_id, aftercu
[all...]
/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_udp.c91 static u_short ip_id; /* ip packet ctr, for ids */ variable
154 u_short ip_id; /* identification */ member in struct:kdp_ip
551 ip->ip_id = htons(ip_id++);
621 ip->ip_id = htons(ip_id++);
1470 ip->ip_id = htons(ip_id++);
/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dip.d163 ipv4_ident = (ip != NULL) ? ip->ip_id : 0;
/xnu-2782.1.97/bsd/netinet6/
H A Dipsec.c2344 ip->ip_id = ip_randomid();
2433 ip->ip_id = ip_randomid();
2590 ip->ip_id = 0;
4691 ip->ip_id = ip_randomid();
/xnu-2782.1.97/bsd/conf/
H A Dfiles286 bsd/netinet/ip_id.c optional inet

Completed in 245 milliseconds