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

/xnu-2422.115.4/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.h293 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.c441 if (ip->ip_id == 0)
442 ip->ip_id = ip_randomid();
H A Dip_input.c486 ip_id = RandomULong() ^ tv.tv_usec;
1478 hash = IPREASS_HASH(ip->ip_src.s_addr, ip->ip_id);
1486 if (ip->ip_id == fp->ipq_id &&
1629 fp->ipq_id = ip->ip_id;
H A Dip_compat.h569 __u16 ip_id;
H A Dip_output.c149 u_short ip_id; variable
534 ip->ip_id = ip_randomid();
H A Dip_mroute.c1537 ip_copy->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.c512 ip->ip_id = 0;
/xnu-2422.115.4/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-2422.115.4/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
622 ip->ip_id = htons(ip_id++);
692 ip->ip_id = htons(ip_id++);
1560 ip->ip_id = htons(ip_id++);
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dip.d163 ipv4_ident = (ip != NULL) ? ip->ip_id : 0;
/xnu-2422.115.4/bsd/netinet6/
H A Dipsec.c2490 ip->ip_id = ip_randomid();
2579 ip->ip_id = ip_randomid();
2736 ip->ip_id = 0;
/xnu-2422.115.4/bsd/conf/
H A Dfiles314 bsd/netinet/ip_id.c optional inet

Completed in 169 milliseconds