OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcp_word_hdr
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/linux/
tcp.h
40
union
tcp_word_hdr
{
union
44
#define tcp_flag_word(tp) (((union
tcp_word_hdr
*) (tp))->words[3])
/external/iproute2/include/uapi/linux/
tcp.h
65
union
tcp_word_hdr
{
union
70
#define tcp_flag_word(tp) ( ((union
tcp_word_hdr
*)(tp))->words [3])
/external/kernel-headers/original/uapi/linux/
tcp.h
65
union
tcp_word_hdr
{
union
70
#define tcp_flag_word(tp) ( ((union
tcp_word_hdr
*)(tp))->words [3])
Completed in 194 milliseconds