Searched refs:IP_RECVIF (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/ |
H A D | mDNSUNP.c | 53 #ifdef IP_RECVIF 934 #ifdef IP_RECVIF in recvfrom_flags() 936 cmptr->cmsg_type == IP_RECVIF) { in recvfrom_flags()
|
H A D | mDNSPosix.c | 1005 #elif defined(IP_RECVDSTADDR) || defined(IP_RECVIF) // BSD and Solaris in SetupSocket() 1010 #if defined(IP_RECVIF) in SetupSocket() 1013 err = setsockopt(*sktPtr, IPPROTO_IP, IP_RECVIF, &kOn, sizeof(kOn)); in SetupSocket()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | rtquery.c | 288 if (setsockopt(soc, IPPROTO_IP, IP_RECVIF, &on, sizeof (on))) in main() 775 if ((opt = find_ancillary(msg, IP_RECVIF)) == NULL) in incoming_interface()
|
H A D | main.c | 743 if (setsockopt(s, IPPROTO_IP, IP_RECVIF, &on, sizeof (on))) in open_rip_sock()
|
H A D | input.c | 76 if ((opt = find_ancillary(msg, IP_RECVIF)) == NULL) { in receiving_interface()
|
H A D | rdisc.c | 169 if (setsockopt(rdisc_sock, IPPROTO_IP, IP_RECVIF, &on, in get_rdisc_sock()
|
/illumos-gate/usr/src/boot/include/netinet/ |
H A D | in.h | 428 #define IP_RECVIF 20 /* bool; receive reception if w/dgram */ macro
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | icmp_opt_data.c | 142 { IP_RECVIF, IPPROTO_IP, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
|
H A D | conn_opt.c | 397 toh->name = IP_RECVIF; in conn_recvancillary_add() 793 case IP_RECVIF: in conn_opt_get() 1392 case IP_RECVIF: in conn_opt_set_ip()
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp_opt_data.c | 115 { IP_RECVIF, IPPROTO_IP, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | packet.c | 1311 case IP_RECVIF: in sock_recvpkt() 1565 if (setsockopt(v4_sock_fd, IPPROTO_IP, IP_RECVIF, &on, sizeof (on)) == in dhcp_ip_default()
|
/illumos-gate/usr/src/uts/common/netinet/ |
H A D | in.h | 917 #define IP_RECVIF 0x9 /* int; receive the inbound interface index */ macro
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 2140 case IP_RECVIF: return ("IP_RECVIF"); in ip_optname()
|