OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:port_t
(Results
1 - 4
of
4
) sorted by null
/external/qemu/slirp-android/
helper.h
113
}
port_t
;
typedef in typeref:union:__anon4827
116
port_getn(
port_t
p )
122
port_geth(
port_t
p )
127
static __inline__
port_t
130
port_t
p;
135
static __inline__
port_t
138
port_t
p;
udp.h
48
port_t
uh_sport; /* source port */
49
port_t
uh_dport; /* destination port */
tcp.h
57
port_t
th_sport; /* source port */
58
port_t
th_dport; /* destination port */
tcp_subr.c
144
xchg(ti->ti_dport, ti->ti_sport,
port_t
);
Completed in 53 milliseconds