Searched refs:IPPROTO_CARP (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | ipproto.c | 57 { IPPROTO_CARP, "CARP" },
|
| /netbsd/src/sys/netinet/ |
| D | ip_carp.c | 254 return (in6_cksum(m, IPPROTO_CARP, off, len)); in carp6_cksum() 1086 ip->ip_p = IPPROTO_CARP; in carp_send_ad() 1168 ip6->ip6_nxt = IPPROTO_CARP; in carp_send_ad() 2460 CTL_NET, PF_INET, IPPROTO_CARP, CTL_EOL); in sysctl_net_inet_carp_setup() 2467 CTL_NET, PF_INET, IPPROTO_CARP, in sysctl_net_inet_carp_setup() 2474 CTL_NET, PF_INET, IPPROTO_CARP, in sysctl_net_inet_carp_setup() 2481 CTL_NET, PF_INET, IPPROTO_CARP, in sysctl_net_inet_carp_setup() 2488 CTL_NET, PF_INET, IPPROTO_CARP, in sysctl_net_inet_carp_setup() 2495 CTL_NET, PF_INET, IPPROTO_CARP, CARPCTL_STATS, in sysctl_net_inet_carp_setup()
|
| D | in.h | 107 #define IPPROTO_CARP 112 /* Common Address Resolution Protocol */ macro
|
| D | in_proto.c | 406 .pr_protocol = IPPROTO_CARP,
|
| /netbsd/src/sys/netinet6/ |
| D | in6_proto.c | 433 .pr_protocol = IPPROTO_CARP,
|
| /netbsd/src/external/bsd/libpcap/dist/ |
| D | gencode.c | 5423 #ifndef IPPROTO_CARP in gen_proto_abbrev_internal() 5424 #define IPPROTO_CARP 112 in gen_proto_abbrev_internal() macro 5428 b1 = gen_proto(cstate, IPPROTO_CARP, Q_IP, Q_DEFAULT); in gen_proto_abbrev_internal()
|