OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qlink2tcpiphdr
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
tcpip.h
61
#define
qlink2tcpiphdr
(Q) ((struct tcpiphdr*)(((char*)(Q)) + sizeof(struct qlink)))
macro
62
#define tcpiphdr_next(T)
qlink2tcpiphdr
(tcpiphdr2qlink(T)->next)
63
#define tcpiphdr_prev(T)
qlink2tcpiphdr
(tcpiphdr2qlink(T)->prev)
64
#define tcpfrag_list_first(T)
qlink2tcpiphdr
((T)->seg_next)
/external/qemu/slirp-android/
tcpip.h
65
#define
qlink2tcpiphdr
(Q) ((struct tcpiphdr*)(((char*)(Q)) + sizeof(struct qlink)))
macro
66
#define tcpiphdr_next(T)
qlink2tcpiphdr
(tcpiphdr2qlink(T)->next)
67
#define tcpiphdr_prev(T)
qlink2tcpiphdr
(tcpiphdr2qlink(T)->prev)
68
#define tcpfrag_list_first(T)
qlink2tcpiphdr
((T)->seg_next)
Completed in 957 milliseconds