Home
last modified time | relevance | path

Searched refs:uh_sport (Results 1 – 13 of 13) sorted by relevance

/external/qemu/slirp/
Dudp.h46 u_int16_t uh_sport; /* source port */ member
65 #define ui_sport ui_u.uh_sport
Dtftp.c74 spt->client_port = tp->udp.uh_sport; in tftp_session_allocate()
91 if (spt->client_port == tp->udp.uh_sport) { in tftp_session_find()
Dudp.c169 if (so->so_lport != uh->uh_sport || in udp_input()
174 if (tmp->so_lport == uh->uh_sport && in udp_input()
208 so->so_lport = uh->uh_sport; in udp_input()
/external/qemu/slirp-android/
Dudp.h48 port_t uh_sport; /* source port */ member
67 #define ui_sport ui_u.uh_sport
Dudp.c139 ntohs(uh->uh_sport.port), in udp_input()
150 ntohs(uh->uh_sport.port), in udp_input()
219 if (so->so_laddr_port != port_geth(uh->uh_sport) || in udp_input()
224 if (tmp->so_laddr_port == port_geth(uh->uh_sport) && in udp_input()
258 so->so_laddr_port = port_geth(uh->uh_sport); in udp_input()
Dtftp.c74 spt->client_port = port_geth(tp->udp.uh_sport); in tftp_session_allocate()
91 if (spt->client_port == port_geth(tp->udp.uh_sport)) { in tftp_session_find()
/external/tcpdump/
Dudp.h42 u_int16_t uh_sport; /* source port */ member
Dprint-udp.c388 sport = EXTRACT_16BITS(&up->uh_sport); in udp_print()
/external/dnsmasq/src/
Dbpf.c166 u16 uh_sport; /* source port */ in send_via_bpf() member
219 udp.uh_sport = htons(daemon->dhcp_server_port); in send_via_bpf()
/external/dhcpcd/
Dnet.c732 udp->uh_sport = htons(DHCP_CLIENT_PORT); in make_udp_packet()
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h391 unsigned __int16 uh_sport; member
Dsctp_output.c4352 udp->uh_sport = htons(SCTP_BASE_SYSCTL(sctp_udp_tunneling_port));
4812 udp->uh_sport = htons(SCTP_BASE_SYSCTL(sctp_udp_tunneling_port));
11641 udp->uh_sport = htons(SCTP_BASE_SYSCTL(sctp_udp_tunneling_port));
Dsctputil.c7771 port = uhdr->uh_sport;