Searched refs:ICMP_IREQREPLY (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/sys/netinet/ |
| HD | ip_icmp.h | 183 #define ICMP_IREQREPLY 16 /* information reply */ macro 205 (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \
|
| HD | ip_icmp.c | 630 case ICMP_IREQREPLY: in icmp_input()
|
| /NextBSD/contrib/ipfilter/lib/ |
| HD | icmptypes.c | 79 { "inforep", ICMP_IREQREPLY, ICMP6_NI_REPLY },
|
| /NextBSD/contrib/tcpdump/ |
| HD | print-icmp.c | 144 #define ICMP_IREQREPLY 16 /* information reply */ macro 201 { ICMP_IREQREPLY, "information reply" },
|
| /NextBSD/sys/contrib/ipfilter/netinet/ |
| HD | ip_compat.h | 991 #ifndef ICMP_IREQREPLY 992 # define ICMP_IREQREPLY 16 macro
|
| HD | fil.c | 1274 case ICMP_IREQREPLY : 9408 icmpreplytype4[ICMP_IREQ] = ICMP_IREQREPLY; in ipf_main_load()
|
| HD | ip_nat.c | 6117 case ICMP_IREQREPLY:
|
| /NextBSD/sbin/ping/ |
| HD | ping.c | 1641 case ICMP_IREQREPLY: in pr_icmph()
|
| /NextBSD/contrib/ipfilter/iplang/ |
| HD | iplang_y.y | 411 | IL_ICMP_IREQREPLY ';' { set_icmptype(ICMP_IREQREPLY); }
|
| /NextBSD/sbin/pfctl/ |
| HD | pfctl_parser.c | 95 { "inforep", ICMP_IREQREPLY },
|
| /NextBSD/contrib/ipfilter/tools/ |
| HD | ipmon.c | 233 { ICMP_IREQREPLY, NULL, 0, "inforeply" },
|