OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:port_geth
(Results
1 - 4
of
4
) sorted by null
/external/qemu/slirp-android/
udp.c
187
if (
port_geth
(uh->uh_dport) == BOOTP_SERVER) {
198
if (
port_geth
(uh->uh_dport) == TFTP_SERVER) {
219
if (so->so_laddr_port !=
port_geth
(uh->uh_sport) ||
224
if (tmp->so_laddr_port ==
port_geth
(uh->uh_sport) &&
227
tmp->so_faddr_port =
port_geth
(uh->uh_dport);
258
so->so_laddr_port =
port_geth
(uh->uh_sport);
270
so->so_faddr_port =
port_geth
(uh->uh_dport); /* XXX */
tftp.c
74
spt->client_port =
port_geth
(tp->udp.uh_sport);
91
if (spt->client_port ==
port_geth
(tp->udp.uh_sport)) {
159
port_geth
(recv_tp->udp.uh_dport) );
201
port_geth
(recv_tp->udp.uh_dport) );
249
port_geth
(recv_tp->udp.uh_dport) );
helper.h
122
port_geth
( port_t p )
function
tcp_input.c
363
if (ex_ptr->ex_fport ==
port_geth
(ti->ti_dport) &&
378
uint16_t dstport =
port_geth
(ti->ti_dport);
379
uint16_t srcport =
port_geth
(ti->ti_sport);
422
so->so_laddr_port =
port_geth
(ti->ti_sport);
424
so->so_faddr_port =
port_geth
(ti->ti_dport);
[
all
...]
Completed in 276 milliseconds