Searched refs:IP_RECVTTL (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSPosix/
H A DmDNSUNP.c626 #ifdef IP_RECVTTL
628 cmptr->cmsg_type == IP_RECVTTL) {
633 cmptr->cmsg_type == IP_TTL) { // some implementations seem to send IP_TTL instead of IP_RECVTTL
H A DmDNSPosix.c665 #if defined(IP_RECVTTL) // Linux
668 setsockopt(*sktPtr, IPPROTO_IP, IP_RECVTTL, &kOn, sizeof(kOn));
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din.h460 #define IP_RECVTTL 24 /* bool; receive reception TTL w/dgram */ macro
H A Dip_output.c2341 case IP_RECVTTL:
2378 case IP_RECVTTL:
2637 case IP_RECVTTL:
2668 case IP_RECVTTL:
H A Dip_icmp.c1077 case IP_RECVTTL:
H A Dip_input.c3118 sizeof (ip->ip_ttl), IP_RECVTTL, IPPROTO_IP, mp);
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Dmkconstants.rb512 IP_RECVTTL nil Receive IP TTL with datagrams
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c56 #include <netinet/in.h> // For IP_RECVTTL
57 #ifndef IP_RECVTTL
58 #define IP_RECVTTL 24 // bool; receive reception TTL w/dgram macro
1968 if (cmPtr->cmsg_level == IPPROTO_IP && cmPtr->cmsg_type == IP_RECVTTL)
3026 err = setsockopt(skt, IPPROTO_IP, IP_RECVTTL, &on, sizeof(on));

Completed in 215 milliseconds