HomeSort by relevance Sort by last modified time
    Searched refs:th_sport (Results 1 - 7 of 7) 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

Completed in 21 milliseconds