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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_id.c1 /* $OpenBSD: ip_id.c,v 1.2 1999/08/26 13:37:01 provos Exp $ */
37 * $FreeBSD: src/sys/netinet/ip_id.c,v 1.1.2.1 2001/07/19 06:37:26 kris Exp $
93 extern u_short ip_id;
191 * reverts to the incrementing ip_id
195 return htons(ip_id++);
H A Dip.h96 u_short ip_id; /* identification */ member in struct:ip
H A Din_dhcp.c540 request->ip.ip_id = ip_randomid();
542 request->ip.ip_id = htons(ip_id++);
741 request->ip.ip_id = ip_randomid();
743 request->ip.ip_id = htons(ip_id++);
H A Dip_var.h281 extern u_short ip_id; /* ip packet ctr, for ids */
H A Draw_ip.c414 if (ip->ip_id == 0)
416 ip->ip_id = ip_randomid();
418 ip->ip_id = htons(ip_id++);
H A Dip_input.c362 extern u_short ip_id;
454 ip_id = timenow.tv_sec & 0xffff;
1223 if (ip->ip_id == fp->ipq_id &&
1240 sum = IPREASS_HASH(ip->ip_src.s_addr, ip->ip_id);
1246 if (ip->ip_id == fp->ipq_id &&
1503 fp->ipq_id = ip->ip_id;
H A Dip_mroute.c1542 ip_copy->ip_id = ip_randomid();
1544 ip_copy->ip_id = htons(ip_id++);
H A Dip_output.c147 u_short ip_id; variable
514 ip->ip_id = ip_randomid();
516 ip->ip_id = htons(ip_id++);
H A Dip_compat.h569 __u16 ip_id;
H A Dip_fw2.c1222 ntohs(ip->ip_id), ip_len - (ip->ip_hl << 2),
2432 x = ntohs(ip->ip_id);
H A Dtcp_subr.c511 ip->ip_id = 0;
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.h106 u_short ip_id; /* identification */ member in struct:ip
H A Dkdp_udp.c92 static u_short ip_id; /* ip packet ctr, for ids */ variable
510 ip->ip_id = htons(ip_id++);
580 ip->ip_id = htons(ip_id++);
1458 ip->ip_id = htons(ip_id++);
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c439 key->fr_id = ip->ip_id;
535 (*frag)->fr_id = frent->fr_ip->ip_id;
734 (*frag)->fr_id = h->ip_id;
745 DPFPRINTF(("fragcache[%d]: new %d-%d\n", h->ip_id, off,
771 h->ip_id, frp->fr_off, frp->fr_end, off, fr_max));
777 h->ip_id, frp->fr_off, frp->fr_end, off, fr_max));
789 h->ip_id, precut, frp->fr_off, frp->fr_end, off,
837 h->ip_id, -precut, frp->fr_off, frp->fr_end, off,
859 h->ip_id, off, fr_max, fra->fr_off, fra->fr_end));
865 h->ip_id, aftercu
1738 u_int16_t ip_id = h->ip_id; local
[all...]
/darwin-on-arm/xnu/bsd/conf/
H A DMakefile.template218 ip_id.o \
H A Dfiles292 bsd/netinet/ip_id.c optional randomipid inet
/darwin-on-arm/xnu/bsd/netinet6/
H A Dipsec.c2312 ip->ip_id = ip_randomid();
2314 ip->ip_id = htons(ip_id++);
2405 ip->ip_id = ip_randomid();
2407 ip->ip_id = htons(ip_id++);
2565 ip->ip_id = 0;

Completed in 77 milliseconds