Searched refs:send_sd (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/ |
H A D | ilb_probe.c | 639 int send_sd, recv_sd, af; in udp_query() local 652 if ((send_sd = socket(af, SOCK_DGRAM, param->proto)) == -1) in udp_query() 662 if (setsockopt(send_sd, IPPROTO_IP, IP_NEXTHOP, in udp_query() 668 if (setsockopt(send_sd, IPPROTO_IPV6, IPV6_NEXTHOP, in udp_query() 698 if (sendto(send_sd, buf, 0, 0, (struct sockaddr *)&dst_addr, in udp_query() 703 if ((ret = get_lport(send_sd, ¶m->lport)) != 0) in udp_query() 715 (void) close(send_sd); in udp_query()
|