Home
last modified time | relevance | path

Searched refs:Q_IP (Results 1 – 4 of 4) sorted by relevance

/external/libpcap/
Dgencode.c2995 return gen_mpls_linktype(cstate, Q_IP); in gen_linktype()
4635 case Q_IP: in gen_mpls_linktype()
4671 b0 = gen_host(cstate, addr, mask, Q_IP, dir, type); in gen_host()
4684 case Q_IP: in gen_host()
4803 case Q_IP: in gen_host6()
4918 case Q_IP:
4984 b1 = gen_proto(cstate, IPPROTO_SCTP, Q_IP, Q_DEFAULT); in gen_proto_abbrev()
4990 b1 = gen_proto(cstate, IPPROTO_TCP, Q_IP, Q_DEFAULT); in gen_proto_abbrev()
4996 b1 = gen_proto(cstate, IPPROTO_UDP, Q_IP, Q_DEFAULT); in gen_proto_abbrev()
5002 b1 = gen_proto(cstate, IPPROTO_ICMP, Q_IP, Q_DEFAULT); in gen_proto_abbrev()
[all …]
Dgencode.h73 #define Q_IP 2 macro
Dgrammar.y488 | IP { $$ = Q_IP; }
Dgrammar.c2482 { (yyval.i) = Q_IP; } in yyparse()