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

/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_environment.c56 u_short ip_id = 0; /*__Userspace__ TODO Should it be initialized to zero? */ variable
H A Duser_environment.h83 extern u_short ip_id;
/external/qemu/slirp/
H A Dip_output.c43 u_int16_t ip_id; variable
79 ip->ip_id = htons(ip_id++);
H A Dip.h85 u_int16_t ip_id; /* identification */ member in struct:ip
291 extern u_int16_t ip_id; /* ip packet ctr, for ids */
H A Dip_input.c66 ip_id = tt.tv_sec & 0xffff;
122 NTOHS(ip->ip_id);
194 if (ip->ip_id == fp->ipq_id &&
298 fp->ipq_id = ip->ip_id;
H A Dip_icmp.c275 HTONS(icp->icmp_ip.ip_id);
/external/qemu/slirp-android/
H A Dip_output.c43 u_int16_t ip_id; variable
79 ip->ip_id = htons(ip_id++);
H A Dip.h87 u_int16_t ip_id; /* identification */ member in struct:ip
293 extern u_int16_t ip_id; /* ip packet ctr, for ids */
H A Dip_input.c66 ip_id = tt.tv_sec & 0xffff;
122 NTOHS(ip->ip_id);
194 if (ip->ip_id == fp->ipq_id &&
298 fp->ipq_id = ip->ip_id;
H A Dip_icmp.c277 HTONS(icp->icmp_ip.ip_id);
/external/tcpdump/
H A Dip.h56 u_int16_t ip_id; /* identification */ member in struct:ip
H A Dprint-ip.c609 EXTRACT_16BITS(&ipds->ip->ip_id),
/external/dnsmasq/src/
H A Dbpf.c209 ip.ip_id = htons(0);
/external/dhcpcd/
H A Dnet.c740 ip->ip_id = arc4random() & UINT16_MAX;
799 packet.ip.ip_id = 0;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_os_userspace.h368 u_short ip_id; member in struct:ip
1056 In netinet/ip_output.c, we have u_short ip_id;
1057 In netinet/ip_var.h, we have extern u_short ip_id; (enclosed within _KERNEL_)
1060 #define SCTP_IP_ID(inp) (ip_id)
H A Dsctp_output.c4254 /* FreeBSD has a function for ip_id's */
4255 ip->ip_id = ip_newid();
4258 ip->ip_id = htons(ip_randomid());
4260 ip->ip_id = htons(SCTP_IP_ID(inp)++);
4262 ip->ip_id = SCTP_IP_ID(inp)++;
11578 ip->ip_id = ip_newid();
11581 ip->ip_id = ip_randomid();
11583 ip->ip_id = htons(ip_id++);
11586 ip->ip_id
[all...]

Completed in 2763 milliseconds