OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ti_t
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
tcpip.h
41
struct tcphdr
ti_t
; /* tcp header */
member in struct:tcpiphdr
49
#define ti_sport
ti_t
.th_sport
50
#define ti_dport
ti_t
.th_dport
51
#define ti_seq
ti_t
.th_seq
52
#define ti_ack
ti_t
.th_ack
53
#define ti_x2
ti_t
.th_x2
54
#define ti_off
ti_t
.th_off
55
#define ti_flags
ti_t
.th_flags
56
#define ti_win
ti_t
.th_win
57
#define ti_sum
ti_t
.th_su
[
all
...]
/external/qemu/slirp-android/
tcpip.h
45
struct tcphdr
ti_t
; /* tcp header */
member in struct:tcpiphdr
53
#define ti_sport
ti_t
.th_sport
54
#define ti_dport
ti_t
.th_dport
55
#define ti_seq
ti_t
.th_seq
56
#define ti_ack
ti_t
.th_ack
57
#define ti_x2
ti_t
.th_x2
58
#define ti_off
ti_t
.th_off
59
#define ti_flags
ti_t
.th_flags
60
#define ti_win
ti_t
.th_win
61
#define ti_sum
ti_t
.th_su
[
all
...]
Completed in 864 milliseconds