Searched refs:IPV6_HOPLIMIT (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c200 cmsgp->cmsg_type = IPV6_HOPLIMIT;
272 * Parses the given msg->msg_control to find the IPV6_HOPLIMIT ancillary data
274 * Returns _B_FALSE if it can't find IPV6_HOPLIMIT ancillary data, _B_TRUE
286 cmsg->cmsg_type == IPV6_HOPLIMIT) {
334 "%s: can't find IPV6_HOPLIMIT ancillary data\n", prog);
H A Dtraceroute.c1714 IPPROTO_IPV6, IPV6_HOPLIMIT);
1718 "IPV6_HOPLIMIT ancillary "
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dinput.c114 if ((hopcntopt = find_ancillary(&rmsg, IPV6_HOPLIMIT)) == NULL) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dicmp_opt_data.c229 { IPV6_HOPLIMIT, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP,
H A Dconn_opt.c426 toh->name = IPV6_HOPLIMIT;
1605 case IPV6_HOPLIMIT:
1827 case IPV6_HOPLIMIT:
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp_opt_data.c213 { IPV6_HOPLIMIT, IPPROTO_IPV6, OA_RW, OA_RW, OP_NP,
/illumos-gate/usr/src/boot/include/netinet6/
H A Din6.h460 #define IPV6_HOPLIMIT 47 /* int; send hop limit */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSUNP.c976 #if defined(IPV6_HOPLIMIT) && HAVE_IPV6
978 cmptr->cmsg_type == IPV6_HOPLIMIT) {
H A DmDNSPosix.c783 #elif defined(IPV6_HOPLIMIT)
787 if (err < 0) { err = errno; perror("setsockopt - IPV6_HOPLIMIT"); }
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h1222 #define IPV6_HOPLIMIT 0xc /* hoplimit for datagram */ macro
1231 #define IPV6_RECVHOPLIMIT 0x13 /* enable/disable IPV6_HOPLIMIT */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c182 cmsgp->cmsg_type = IPV6_HOPLIMIT;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dndp.c152 opt = find_ancillary(&msg, IPV6_HOPLIMIT);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c3162 cmsgp->cmsg_type = IPV6_HOPLIMIT;
3501 case IPV6_HOPLIMIT:
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c533 cmsg->cmsg_type = IPV6_HOPLIMIT;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c5117 toh->name = IPV6_HOPLIMIT;

Completed in 105 milliseconds