Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet6/
Dip6_output.c1650 case IPV6_NEXTHOP: { in ip6_ctloutput()
1911 case IPV6_NEXTHOP: in ip6_ctloutput()
2187 case IPV6_NEXTHOP: in ip6_getpcbopt()
2239 if (optname == -1 || optname == IPV6_NEXTHOP) { in ip6_clearpktopts()
2859 case IPV6_NEXTHOP: in ip6_setpktopt()
2984 case IPV6_NEXTHOP: in ip6_setpktopt()
2992 ip6_clearpktopts(opt, IPV6_NEXTHOP); in ip6_setpktopt()
3024 ip6_clearpktopts(opt, IPV6_NEXTHOP); in ip6_setpktopt()
Din6.h430 #define IPV6_NEXTHOP 48 /* sockaddr; next hop addr */ macro
/netbsd/src/sbin/ping6/
Dping6.c624 if (prog_setsockopt(s, IPPROTO_IPV6, IPV6_NEXTHOP, in main()