Home
last modified time | relevance | path

Searched refs:ICMP_IREQREPLY (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/includes/netinet/
H A Dip_icmp.h160 #define ICMP_IREQREPLY 16 /* information reply */ macro
170 (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \
/netbsd-src/sys/netinet/
H A Dip_icmp.h231 #define ICMP_IREQREPLY 16 /* information reply */ macro
296 (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \
H A Dip_icmp.c677 case ICMP_IREQREPLY: in _icmp_input()
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dicmptypes.c81 { "inforep", ICMP_IREQREPLY, ICMP6_NI_REPLY },
/netbsd-src/sys/net/npf/
H A Dnpf_alg_icmp.c149 case ICMP_IREQREPLY: in npfa_icmp4_inspect()
/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_data.c539 case ICMP_IREQREPLY: in npfctl_icmpcode()
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h1050 #ifndef ICMP_IREQREPLY
1051 # define ICMP_IREQREPLY 16 macro
H A Dfil.c1257 case ICMP_IREQREPLY : in ipf_pr_icmp()
9157 icmpreplytype4[ICMP_IREQ] = ICMP_IREQREPLY; in ipf_main_load()
H A Dip_nat.c6032 case ICMP_IREQREPLY: in ipf_nat_icmpquerytype()
/netbsd-src/sbin/ping/
H A Dping.c1728 case ICMP_IREQREPLY: in pr_icmph()
/netbsd-src/external/bsd/ipf/dist/iplang/
H A Diplang_y.y410 | IL_ICMP_IREQREPLY ';' { set_icmptype(ICMP_IREQREPLY); }
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipmon.c233 { ICMP_IREQREPLY, NULL, 0, "inforeply" },
/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_parser.c98 { "inforep", ICMP_IREQREPLY },