Searched defs:IPPROTO_TCP (Results 1 - 6 of 6) sorted by relevance

/external/tcpdump/
H A Dipproto.h57 #ifndef IPPROTO_TCP
58 #define IPPROTO_TCP 6 /* tcp */ macro
/external/kernel-headers/original/linux/
H A Din.h30 IPPROTO_TCP = 6, /* Transmission Control Protocol */ enumerator in enum:__anon7523
/external/ppp/pppd/
H A Dipcp.c2155 #ifndef IPPROTO_TCP
2156 #define IPPROTO_TCP 6 macro
2187 if (get_ipproto(pkt) != IPPROTO_TCP)
/external/quake/quake/src/WinQuake/
H A Dnet_bw.cpp56 #define IPPROTO_TCP 6 macro
H A Dmpdosock.h191 #define IPPROTO_TCP 6 /* tcp */ macro
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java180 public static final int IPPROTO_TCP = placeholder(); field in class:OsConstants

Completed in 205 milliseconds