HomeSort by: relevance | last modified time | path
    Searched defs:IPPROTO_TCP (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
ipproto.h 52 #ifndef IPPROTO_TCP
53 #define IPPROTO_TCP 6 /* tcp */
  /src/sys/netinet/
in.h 82 #define IPPROTO_TCP 6 /* tcp */
  /src/external/bsd/ppp/dist/pppd/
ipcp.c 2316 #ifndef IPPROTO_TCP
2317 #define IPPROTO_TCP 6
2346 if (get_ipproto(pkt) != IPPROTO_TCP)

Completed in 31 milliseconds