Home
last modified time | relevance | path

Searched refs:ICMP6_WRUREPLY (Results 1 – 8 of 8) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dicmptypes.c51 # undef ICMP6_WRUREPLY
52 # define ICMP6_WRUREPLY 0 macro
104 { "whorep", -1, ICMP6_WRUREPLY },
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h988 #ifndef ICMP6_WRUREPLY
989 # define ICMP6_WRUREPLY 140 macro
H A Dip_nat6.c4012 case ICMP6_WRUREPLY: in ipf_nat6_icmpquerytype()
/freebsd/sys/netinet/
H A Dicmp6.h124 #define ICMP6_WRUREPLY 140 /* who are you reply */ macro
/freebsd/sys/netinet6/
H A Dicmp6.c742 nicmp6->icmp6_type = ICMP6_WRUREPLY; in icmp6_input()
747 ICMP6STAT_INC2(icp6s_outhist, ICMP6_WRUREPLY); in icmp6_input()
753 case ICMP6_WRUREPLY: in icmp6_input()
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c121 #define ICMP6_WRUREPLY 140 /* who are you reply */ macro
665 { ICMP6_WRUREPLY, "who-are-you reply"},
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c287 { ICMP6_WRUREPLY, NULL, 0, "whoareyoureply" },
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c129 { "wrurep", ICMP6_WRUREPLY },