Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dgencode.c4980 b0 = gen_host(cstate, addr, mask, Q_IP, dir, type); in gen_host()
4996 case Q_IP: in gen_host()
5136 case Q_IP: in gen_host6()
5271 case Q_IP: in gen_gateway()
5384 b1 = gen_proto(cstate, IPPROTO_ICMP, Q_IP, Q_DEFAULT); in gen_proto_abbrev_internal()
5392 b1 = gen_proto(cstate, IPPROTO_IGMP, Q_IP, Q_DEFAULT); in gen_proto_abbrev_internal()
5399 b1 = gen_proto(cstate, IPPROTO_IGRP, Q_IP, Q_DEFAULT); in gen_proto_abbrev_internal()
5415 b1 = gen_proto(cstate, IPPROTO_VRRP, Q_IP, Q_DEFAULT); in gen_proto_abbrev_internal()
5423 b1 = gen_proto(cstate, IPPROTO_CARP, Q_IP, Q_DEFAULT); in gen_proto_abbrev_internal()
5426 case Q_IP: in gen_proto_abbrev_internal()
[all …]
H A Dgencode.h83 #define Q_IP 2 macro
H A Dgrammar.y.in645 | IP { $$ = Q_IP; }