HomeSort by relevance Sort by last modified time
    Searched refs:uh_sport (Results 1 - 18 of 18) sorted by null

  /bionic/libc/include/netinet/
udp.h 38 u_int16_t uh_sport; /* source port */ member in struct:udphdr
  /development/ndk/platforms/android-3/include/netinet/
udp.h 38 u_int16_t uh_sport; /* source port */ member in struct:udphdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/netinet/
udp.h 38 u_int16_t uh_sport; /* source port */ member in struct:udphdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/netinet/
udp.h 38 u_int16_t uh_sport; /* source port */ member in struct:udphdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/netinet/
udp.h 38 u_int16_t uh_sport; /* source port */ member in struct:udphdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/netinet/
udp.h 38 u_int16_t uh_sport; /* source port */ member in struct:udphdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/netinet/
udp.h 38 u_int16_t uh_sport; /* source port */ member in struct:udphdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/netinet/
udp.h 38 u_int16_t uh_sport; /* source port */ member in struct:udphdr
  /external/tcpdump/
udp.h 42 u_int16_t uh_sport; /* source port */ member in struct:udphdr
print-udp.c 449 sport = EXTRACT_16BITS(&up->uh_sport);
  /external/qemu/slirp/
udp.h 46 u_int16_t uh_sport; /* source port */ member in struct:udphdr
65 #define ui_sport ui_u.uh_sport
tftp.c 74 spt->client_port = tp->udp.uh_sport;
91 if (spt->client_port == tp->udp.uh_sport) {
udp.c 169 if (so->so_lport != uh->uh_sport ||
174 if (tmp->so_lport == uh->uh_sport &&
208 so->so_lport = uh->uh_sport;
  /external/qemu/slirp-android/
udp.h 48 port_t uh_sport; /* source port */ member in struct:udphdr
67 #define ui_sport ui_u.uh_sport
udp.c 171 if (so->so_laddr_port != port_geth(uh->uh_sport) ||
176 if (tmp->so_laddr_port == port_geth(uh->uh_sport) &&
210 so->so_laddr_port = port_geth(uh->uh_sport);
tftp.c 74 spt->client_port = port_geth(tp->udp.uh_sport);
91 if (spt->client_port == port_geth(tp->udp.uh_sport)) {
  /external/dnsmasq/src/
bpf.c 166 u16 uh_sport; /* source port */ member in struct:udphdr
219 udp.uh_sport = htons(daemon->dhcp_server_port);
  /external/dhcpcd/
net.c 605 udp->uh_sport = htons(DHCP_CLIENT_PORT);

Completed in 242 milliseconds