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

  /external/tcpdump/
tcp.h 43 u_int16_t th_sport; /* source port */ member in struct:tcphdr
print-tcp.c 222 sport = EXTRACT_16BITS(&tp->th_sport);
425 if (TTEST2(tp->th_sport, length)) {
439 if (TTEST2(tp->th_sport, length)) {
  /external/qemu/slirp/
tcpip.h 49 #define ti_sport ti_t.th_sport
tcp.h 51 u_int16_t th_sport; /* source port */ member in struct:tcphdr
  /external/qemu/slirp-android/
tcpip.h 53 #define ti_sport ti_t.th_sport
tcp.h 57 port_t th_sport; /* source port */ member in struct:tcphdr
  /external/iproute2/include/netinet/
tcp.h 65 u_int16_t th_sport; /* source port */ member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
tcp.h 67 u_int16_t th_sport; /* source port */ member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h 67 u_int16_t th_sport; /* source port */ member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h 67 u_int16_t th_sport; /* source port */ member in struct:tcphdr
  /external/libppp/src/
ip.c 372 sport = ntohs(th->th_sport);
818 if (!frag && ncp_IsUrgentTcpPort(&bundle->ncp, ntohs(th->th_sport),
825 "TCP: %s:%d ---> ", ncpaddr_ntoa(&srcaddr), ntohs(th->th_sport));

Completed in 1581 milliseconds