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

/external/tcpdump/
H A Dipproto.h57 #ifndef IPPROTO_TCP
58 #define IPPROTO_TCP 6 /* tcp */ macro
/external/kernel-headers/original/uapi/linux/
H A Din.h34 IPPROTO_TCP = 6, /* Transmission Control Protocol */ enumerator in enum:__anon6897
35 #define IPPROTO_TCP IPPROTO_TCP macro
/external/ppp/pppd/
H A Dipcp.c2272 #ifndef IPPROTO_TCP
2273 #define IPPROTO_TCP 6 macro
2304 if (get_ipproto(pkt) != IPPROTO_TCP)

Completed in 2678 milliseconds