Searched refs:ip_address (Results 1 - 6 of 6) sorted by relevance
| /illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
| H A D | conditions.c | 74 const char *ip_address); 485 char *copy, *ip_address, *prefixlen_string, *lasts; local 492 if ((ip_address = strtok_r(copy, " \t/", &lasts)) == NULL) { 499 if (nwamd_str2sockaddr(AF_INET, ip_address, &wa.sockaddr) != NULL) { 502 } else if (nwamd_str2sockaddr(AF_INET6, ip_address, &wa.sockaddr) 508 "nwamd_str2sockaddr failed for %s: %s", ip_address,
|
| /illumos-gate/usr/src/lib/udapl/udapl_tavor/common/ |
| H A D | dapl_name_service.c | 149 gmt.ip_address = 0x01020304; 156 gmt.ip_address = si->sin_addr.s_addr; 162 gmt.ip_address = 0x01020304; 202 for (count = 0, gmt = g_gid_map_table; gmt->ip_address; gmt++) { 246 for (gmt = g_gid_map_table; gmt->ip_address; gmt++) { 247 if (gmt->ip_address == si->sin_addr.s_addr) {
|
| /illumos-gate/usr/src/uts/common/inet/ilb/ |
| H A D | ilb_impl.h | 90 kstat_named_t ip_address; /* IP address of the server */ member in struct:ilb_server_kstat
|
| H A D | ilb.c | 252 { "ip_address", KSTAT_DATA_STRING, 0 } 269 kstat_named_setstr(&server->iser_kstat.ip_address,
|
| /illumos-gate/usr/src/uts/common/sys/tsol/ |
| H A D | tndb.h | 361 in_addr_t ip_address; member in struct:tsol_address
|
| /illumos-gate/usr/src/lib/udapl/udapl_tavor/include/ |
| H A D | dapl.h | 663 uint32_t ip_address; member in struct:_dapl_gid_map_table
|
Completed in 73 milliseconds