Searched refs:IP_RECVTTL (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/inet/udp/ |
H A D | udp_opt_data.c | 114 { IP_RECVTTL, IPPROTO_IP, OA_RW, OA_RW, OP_NP, 0, sizeof (int),
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSUNP.c | 887 #ifdef IP_RECVTTL in recvfrom_flags() 889 cmptr->cmsg_type == IP_RECVTTL) { in recvfrom_flags()
|
H A D | mDNSPosix.c | 821 #if defined(IP_RECVTTL) // Linux in SetupSocket() 824 setsockopt(*sktPtr, IPPROTO_IP, IP_RECVTTL, &kOn, sizeof(kOn)); in SetupSocket()
|
/titanic_44/usr/src/uts/common/netinet/ |
H A D | in.h | 907 #define IP_RECVTTL 0xb /* uint8_t; get TTL for inbound packet */ macro
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | conn_opt.c | 567 toh->name = IP_RECVTTL; in conn_recvancillary_add() 773 case IP_RECVTTL: in conn_opt_get() 1362 case IP_RECVTTL: in conn_opt_set_ip()
|