Searched refs:any_in_addr (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.h87 union any_in_addr dst_addr; /* dst address for the probe */
88 union any_in_addr src_addr; /* src addr to use for this dst addr */
103 union any_in_addr *addrs; /* address list */
H A Dping.c115 union any_in_addr addr; /* interface address (e.g., 10.123.4.5) */
133 static union any_in_addr gw_IP_list[MAX_GWS]; /* gateways */
134 static union any_in_addr gw_IP_list6[MAX_GWS6];
215 union any_in_addr *);
218 static struct targetaddr *create_targetaddr_item(int, union any_in_addr *,
219 union any_in_addr *);
220 void find_dstaddr(ushort_t, union any_in_addr *);
223 static void get_gwaddrs(char *[], int, union any_in_addr *,
224 union any_in_addr *, int *, int *);
228 boolean_t is_a_target(struct addrinfo *, union any_in_addr *);
[all...]
H A Dping_aux.c81 extern void find_dstaddr(ushort_t, union any_in_addr *);
82 extern boolean_t is_a_target(struct addrinfo *, union any_in_addr *);
93 void set_IPv4_options(int, union any_in_addr *, int, struct in_addr *,
101 set_IPv4_options(int sock, union any_in_addr *gw_IP_list, int gw_count,
229 union any_in_addr dst_addr;
H A Dping_aux6.c69 extern void find_dstaddr(ushort_t, union any_in_addr *);
71 extern boolean_t is_a_target(struct addrinfo *, union any_in_addr *);
80 void set_ancillary_data(struct msghdr *, int, union any_in_addr *, int, uint_t);
91 union any_in_addr *gwIPlist, int gw_cnt, uint_t if_index)
268 union any_in_addr dst_addr;
/illumos-gate/usr/src/lib/libinetutil/common/
H A Dlibinetutil.h81 union any_in_addr { union
88 union any_in_addr addr; /* interface address */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c81 union any_in_addr *addrs; /* list of IP addresses */
97 union any_in_addr *gwIPlist;
123 static union any_in_addr gwIPlist[MAX_GWS]; /* gateway IPv4 address list */
124 static union any_in_addr gwIP6list[MAX_GWS6]; /* gateway IPv6 address list */
192 static char *device_name(struct ifaddrlist *, int, union any_in_addr *,
195 static boolean_t has_addr(struct addrinfo *, union any_in_addr *);
198 union any_in_addr *, int);
199 static void get_gwaddrs(char **, int, union any_in_addr *,
200 union any_in_addr *, int *, int *);
202 char *inet_name(union any_in_addr *, in
[all...]
H A Dtraceroute_aux.c70 extern char *inet_name(union any_in_addr *, int);
77 void set_IPv4opt_sourcerouting(int, union any_in_addr *, union any_in_addr *);
147 set_IPv4opt_sourcerouting(int sndsock, union any_in_addr *ip_addr,
148 union any_in_addr *gwIPlist)
476 union any_in_addr ip_addr;
H A Dtraceroute_aux6.c60 extern char *inet_name(union any_in_addr *, int);
67 void set_ancillary_data(struct msghdr *, int, union any_in_addr *, int, uint_t);
123 union any_in_addr *gwIPlist, int gw_cnt, uint_t if_index)
653 union any_in_addr ip_addr;
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c641 union any_in_addr { union
647 select_server_addr(union any_in_addr *dst_addr, int family,
648 union any_in_addr *src_addr)
823 union any_in_addr in_addr, out_addr;

Completed in 84 milliseconds