Searched defs:ai_nexthop (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c263 struct addrinfo *ai_nexthop = NULL; /* addrinfo nexthop */ local
568 resolve_nodes(&ai_dst, &ai_nexthop, &src_addr_list);
654 &if_index, &udp_src_port6, ai_nexthop))
660 &udp_src_port, ai_nexthop))
868 struct addrinfo *ai_nexthop = NULL; local
880 get_hostinfo(nexthop, family_input, &ai_nexthop);
881 if (ai_nexthop == NULL) {
929 *ai_nexthopp = ai_nexthop;
1266 set_nexthop(int family, struct addrinfo *ai_nexthop, int sock) argument
1272 nh = ((struct sockaddr_in *)ai_nexthop
1313 setup_socket(int family, int *send_sockp, int *recv_sockp, int *if_index, ushort_t *udp_src_port, struct addrinfo *ai_nexthop) argument
[all...]

Completed in 137 milliseconds