Searched refs:IPV6_RTHDR (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux6.c | 185 cmsgp->cmsg_type = IPV6_RTHDR; in set_ancillary_data() 1011 case IPV6_RTHDR: in pr_ext_headers()
|
/illumos-gate/usr/src/boot/include/netinet6/ |
H A D | in6.h | 464 #define IPV6_RTHDR 51 /* ip6_rthdr; send routing header */ macro
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | icmp_opt_data.c | 247 { IPV6_RTHDR, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP,
|
H A D | conn_opt.c | 509 toh->name = IPV6_RTHDR; in conn_recvancillary_add() 954 case IPV6_RTHDR: in conn_opt_get() 1697 case IPV6_RTHDR: in conn_opt_set_ipv6() 1978 case IPV6_RTHDR: in conn_opt_set_ipv6()
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp_opt_data.c | 233 { IPV6_RTHDR, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP,
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux6.c | 210 cmsgp->cmsg_type = IPV6_RTHDR; in set_ancillary_data()
|
/illumos-gate/usr/src/uts/common/netinet/ |
H A D | in.h | 1241 #define IPV6_RTHDR 0x10 /* routing header */ macro
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_opt_data.c | 207 { IPV6_RTHDR, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP,
|
H A D | tcp_input.c | 5394 toh->name = IPV6_RTHDR; in tcp_input_add_ancillary()
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | optcom.c | 1867 case IPV6_RTHDR: in opt_bloated_maxsize()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | ndp.c | 160 opt = find_ancillary(&msg, IPV6_RTHDR); in in_data()
|
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_opt_data.c | 745 { IPV6_RTHDR, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP,
|
H A D | sctp_input.c | 593 cmsg->cmsg_type = IPV6_RTHDR; in sctp_input_add_ancillary()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_probe.c | 571 opt = find_ancillary(&msg, IPPROTO_IPV6, IPV6_RTHDR); in in6_data()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | commands.c | 3216 if (setsockopt(net, IPPROTO_IPV6, IPV6_RTHDR, in tn()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 2203 case IPV6_RTHDR: return ("IPV6_RTHDR"); in ipv6_optname()
|