Searched refs:IPV6_HOPLIMIT (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux6.c | 200 cmsgp->cmsg_type = IPV6_HOPLIMIT; in set_ancillary_data() 286 cmsg->cmsg_type == IPV6_HOPLIMIT) { in update_hoplimit_ancillary_data()
|
H A D | traceroute.c | 1714 IPPROTO_IPV6, IPV6_HOPLIMIT); in traceroute()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | icmp_opt_data.c | 229 { IPV6_HOPLIMIT, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP,
|
H A D | conn_opt.c | 426 toh->name = IPV6_HOPLIMIT; in conn_recvancillary_add() 1605 case IPV6_HOPLIMIT: in conn_opt_set_ipv6() 1827 case IPV6_HOPLIMIT: in conn_opt_set_ipv6()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | input.c | 114 if ((hopcntopt = find_ancillary(&rmsg, IPV6_HOPLIMIT)) == NULL) { in in_data()
|
/titanic_44/usr/src/uts/common/inet/udp/ |
H A D | udp_opt_data.c | 213 { IPV6_HOPLIMIT, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP,
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSUNP.c | 919 #if defined(IPV6_HOPLIMIT) && HAVE_IPV6 in recvfrom_flags() 921 cmptr->cmsg_type == IPV6_HOPLIMIT) { in recvfrom_flags()
|
H A D | mDNSPosix.c | 901 #elif defined(IPV6_HOPLIMIT) in SetupSocket() 904 err = setsockopt(*sktPtr, IPPROTO_IPV6, IPV6_HOPLIMIT, &kOn, sizeof(kOn)); in SetupSocket()
|
/titanic_44/usr/src/uts/common/netinet/ |
H A D | in.h | 1222 #define IPV6_HOPLIMIT 0xc /* hoplimit for datagram */ macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux6.c | 180 cmsgp->cmsg_type = IPV6_HOPLIMIT; in set_ancillary_data()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | ndp.c | 152 opt = find_ancillary(&msg, IPV6_HOPLIMIT); in in_data()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/vrrpd/ |
H A D | vrrpd.c | 3162 cmsgp->cmsg_type = IPV6_HOPLIMIT; in vrrpd_send_adv_v6() 3501 case IPV6_HOPLIMIT: in vrrpd_process_adv_v6()
|
/titanic_44/usr/src/uts/common/inet/sctp/ |
H A D | sctp_input.c | 533 cmsg->cmsg_type = IPV6_HOPLIMIT; in sctp_input_add_ancillary()
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_input.c | 5146 toh->name = IPV6_HOPLIMIT; in tcp_input_add_ancillary()
|