Home
last modified time | relevance | path

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

/src/contrib/libpcap/
H A Dgencode.c5085 b0 = gen_host(cstate, addr, mask, Q_IP, dir, type); in gen_host()
5101 case Q_IP: in gen_host()
5241 case Q_IP: in gen_host6()
5376 case Q_IP: in gen_gateway()
5489 b1 = gen_proto(cstate, IPPROTO_ICMP, Q_IP, Q_DEFAULT); in gen_proto_abbrev_internal()
5497 b1 = gen_proto(cstate, IPPROTO_IGMP, Q_IP, Q_DEFAULT); in gen_proto_abbrev_internal()
5504 b1 = gen_proto(cstate, IPPROTO_IGRP, Q_IP, Q_DEFAULT); in gen_proto_abbrev_internal()
5520 b1 = gen_proto(cstate, IPPROTO_VRRP, Q_IP, Q_DEFAULT); in gen_proto_abbrev_internal()
5528 b1 = gen_proto(cstate, IPPROTO_CARP, Q_IP, Q_DEFAULT); in gen_proto_abbrev_internal()
5531 case Q_IP: in gen_proto_abbrev_internal()
[all …]
H A Dgencode.h83 #define Q_IP 2 macro
H A Dgrammar.y.in632 | IP { $$ = Q_IP; }