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

/macosx-10.5.8/xnu-1228.15.4/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;
190 * reverts to the incrementing ip_id
194 return htons(ip_id++);
H A Dip.h96 u_short ip_id; /* identification */ member in struct:ip
H A Dip_var.h214 extern u_short ip_id; /* ip packet ctr, for ids */
H A Din_dhcp.c558 request->ip.ip_id = ip_randomid();
560 request->ip.ip_id = htons(ip_id++);
759 request->ip.ip_id = ip_randomid();
761 request->ip.ip_id = htons(ip_id++);
H A Draw_ip.c363 if (ip->ip_id == 0)
365 ip->ip_id = ip_randomid();
367 ip->ip_id = htons(ip_id++);
H A Dip_input.c332 extern u_short ip_id;
378 ip_id = timenow.tv_sec & 0xffff;
1060 if (ip->ip_id == fp->ipq_id &&
1077 sum = IPREASS_HASH(ip->ip_src.s_addr, ip->ip_id);
1083 if (ip->ip_id == fp->ipq_id &&
1319 fp->ipq_id = ip->ip_id;
H A Dip_mroute.c1547 ip_copy->ip_id = ip_randomid();
1549 ip_copy->ip_id = htons(ip_id++);
H A Dip_output.c138 u_short ip_id; variable
397 ip->ip_id = ip_randomid();
399 ip->ip_id = htons(ip_id++);
H A Dip_compat.h569 __u16 ip_id;
H A Dip_fw2.c724 ntohs(ip->ip_id), ip_len - (ip->ip_hl << 2),
1928 x = ntohs(ip->ip_id);
H A Dtcp_subr.c413 ip->ip_id = 0;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/
H A Dkdp_udp.h105 u_short ip_id; /* identification */ member in struct:ip
H A Dkdp_udp.c72 static u_short ip_id; /* ip packet ctr, for ids */ variable
410 ip->ip_id = htons(ip_id++);
477 ip->ip_id = htons(ip_id++);
1214 ip->ip_id = htons(ip_id++);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipsec.c2247 ip->ip_id = ip_randomid();
2249 ip->ip_id = htons(ip_id++);
2407 ip->ip_id = 0;

Completed in 109 milliseconds