OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ip_id
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/
user_environment.c
56
u_short
ip_id
= 0; /*__Userspace__ TODO Should it be initialized to zero? */
variable
user_environment.h
83
extern u_short
ip_id
;
/bionic/libc/include/netinet/
ip.h
66
u_int16_t
ip_id
; /* identification */
member in struct:ip
/development/ndk/platforms/android-3/include/netinet/
ip.h
66
u_int16_t
ip_id
; /* identification */
member in struct:ip
/development/ndk/platforms/android-L/include/netinet/
ip.h
66
u_int16_t
ip_id
; /* identification */
member in struct:ip
/external/dnsmasq/src/
bpf.c
209
ip.
ip_id
= htons(0);
/external/dhcpcd/
net.c
740
ip->
ip_id
= arc4random() & UINT16_MAX;
799
packet.ip.
ip_id
= 0;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h
368
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
)
[
all
...]
sctp_output.c
[
all
...]
Completed in 449 milliseconds