Home
last modified time | relevance | path

Searched refs:Q_TCP (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/bsd/libpcap/dist/
H A Dgencode.h77 #define Q_TCP 6 macro
H A Dgencode.c4956 case Q_TCP: in gen_host()
5096 case Q_TCP: in gen_host6()
5326 case Q_TCP: in gen_proto_abbrev_internal()
6436 case Q_TCP: in gen_proto()
6819 proto != Q_UDP && proto != Q_TCP && proto != Q_SCTP) in gen_scode()
6832 if (proto == Q_TCP) { in gen_scode()
6862 proto != Q_UDP && proto != Q_TCP && proto != Q_SCTP) in gen_scode()
6875 if (proto == Q_TCP) { in gen_scode()
7056 else if (proto == Q_TCP) in gen_ncode()
7078 else if (proto == Q_TCP) in gen_ncode()
[all …]
H A Dgrammar.y514 | TCP { $$ = Q_TCP; }