OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcpiphdr
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
tcpip.h
39
struct
tcpiphdr
{
struct
61
#define qlink2tcpiphdr(Q) ((struct
tcpiphdr
*)(((char*)(Q)) + sizeof(struct qlink)))
66
#define tcpfrag_list_empty(T) ((T)->seg_next == (struct
tcpiphdr
*)(T))
73
struct
tcpiphdr
dummy;
/external/qemu/slirp-android/
tcpip.h
43
struct
tcpiphdr
{
struct
65
#define qlink2tcpiphdr(Q) ((struct
tcpiphdr
*)(((char*)(Q)) + sizeof(struct qlink)))
70
#define tcpfrag_list_empty(T) ((T)->seg_next == (struct
tcpiphdr
*)(T))
77
struct
tcpiphdr
dummy;
Completed in 825 milliseconds