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 D | ping.h | 90 union any_in_addr dst_addr; /* dst address for the probe */ 91 union any_in_addr src_addr; /* src addr to use for this dst addr */ 107 union any_in_addr *addrs; /* address list */ 141 extern void set_ancillary_data(struct msghdr *, int, union any_in_addr *, 145 extern void find_dstaddr(ushort_t, union any_in_addr *); 146 extern boolean_t is_a_target(struct addrinfo *, union any_in_addr *); 156 extern void set_IPv4_options(int, union any_in_addr *, int, struct in_addr *,
|
H A D | ping.c | 117 union any_in_addr addr; /* interface address (e.g., 10.123.4.5) */ 135 static union any_in_addr gw_IP_list[MAX_GWS]; /* gateways */ 136 static union any_in_addr gw_IP_list6[MAX_GWS6]; 216 union any_in_addr *); 218 union any_in_addr *); 221 static void get_gwaddrs(char *[], int, union any_in_addr *, 222 union any_in_addr *, int *, int *); 226 static void mirror_gws(union any_in_addr *, int); 233 union any_in_addr **); 234 static void select_all_src_addrs(union any_in_addr **, struct addrinfo *, [all …]
|
H A D | ping_aux6.c | 80 union any_in_addr *gwIPlist, int gw_cnt, uint_t if_index) in set_ancillary_data() 257 union any_in_addr dst_addr; in check_reply6()
|
H A D | ping_aux.c | 90 set_IPv4_options(int sock, union any_in_addr *gw_IP_list, int gw_count, in set_IPv4_options() 218 union any_in_addr dst_addr; in check_reply()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute.c | 84 union any_in_addr *addrs; /* list of IP addresses */ 100 union any_in_addr *gwIPlist; 126 static union any_in_addr gwIPlist[MAX_GWS]; /* gateway IPv4 address list */ 127 static union any_in_addr gwIP6list[MAX_GWS6]; /* gateway IPv6 address list */ 204 static char *device_name(struct ifaddrlist *, int, union any_in_addr *, 207 static boolean_t has_addr(struct addrinfo *, union any_in_addr *); 210 union any_in_addr *, int); 211 static void get_gwaddrs(char **, int, union any_in_addr *, 212 union any_in_addr *, int *, int *); 214 char *inet_name(union any_in_addr *, int); [all …]
|
H A D | traceroute_aux.c | 68 extern char *inet_name(union any_in_addr *, int); 75 void set_IPv4opt_sourcerouting(int, union any_in_addr *, union any_in_addr *); 145 set_IPv4opt_sourcerouting(int sndsock, union any_in_addr *ip_addr, in set_IPv4opt_sourcerouting() 146 union any_in_addr *gwIPlist) in set_IPv4opt_sourcerouting() 474 union any_in_addr ip_addr; in print_addr()
|
H A D | traceroute_aux6.c | 58 extern char *inet_name(union any_in_addr *, int); 65 void set_ancillary_data(struct msghdr *, int, union any_in_addr *, int, uint_t); 121 union any_in_addr *gwIPlist, int gw_cnt, uint_t if_index) in set_ancillary_data() 651 union any_in_addr ip_addr; in print_addr6()
|
/illumos-gate/usr/src/lib/libinetutil/common/ |
H A D | libinetutil.h | 81 union any_in_addr { union 88 union any_in_addr addr; /* interface address */
|
/illumos-gate/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet_sundry.c | 642 union any_in_addr { union 648 select_server_addr(union any_in_addr *dst_addr, int family, in select_server_addr() 649 union any_in_addr *src_addr) in select_server_addr() 824 union any_in_addr in_addr, out_addr; in inet_netdir_mergeaddr()
|