Searched defs:ip_id (Results 1 - 7 of 7) sorted by relevance

/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 */
/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 */
/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
/external/tcpdump/
H A Dip.h56 u_int16_t ip_id; /* identification */ member in struct:ip
/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)

Completed in 140 milliseconds