| /src/usr.sbin/ypserv/stdhosts/ |
| stdhosts.c | 54 struct in_addr host_addr; local 110 if ((af & (1 << 4)) != 0 && inet_aton(k, &host_addr) == 1 && 111 (addr_string = inet_ntoa(host_addr)) != NULL) {
|
| /src/distrib/utils/libhack/ |
| gethost.c | 144 struct in6_addr host_addr; local 167 if (inet_pton(AF_INET6, p, &host_addr) > 0) { 170 } else if (inet_pton(AF_INET, p, &host_addr) > 0) { 217 HENT_COPY(hent->h_addr_list[0], &host_addr, hent->h_length, buf,
|
| /src/lib/libbluetooth/ |
| bluetooth.c | 49 static bdaddr_t host_addr; variable 127 if (bt_aton(p, &host_addr) == 0) 129 host_addr_ptrs[0] = (char *) &host_addr; 132 host.h_length = sizeof(host_addr);
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| srp-gw.h | 46 typedef struct host_addr host_addr_t; 47 struct host_addr { struct
|
| srp-dns-proxy.c | 326 host_addr_t *host_addr; local 378 for (host_addr = update->host->addrs; host_addr; host_addr = host_addr->next) { 379 add_rr(msg, &towire, update->host->name, &host_addr->rr); 423 for (host_addr = update->host->addrs; host_addr; host_addr = host_addr->next) [all...] |
| srp-parse.c | 74 host_addr_t *host_addr, *next; local 75 for (host_addr = message->host->addrs; host_addr; host_addr = next) { 76 next = host_addr->next; 77 free(host_addr);
|
| /src/external/bsd/am-utils/dist/fixmount/ |
| fixmount.c | 539 struct sockaddr_in host_addr; local 564 memset(&host_addr, 0, sizeof(host_addr)); 566 host_addr.sin_family = AF_INET; 568 memmove((voidp) &host_addr.sin_addr, (voidp) hp->h_addr, 569 sizeof(host_addr.sin_addr)); 572 host_addr.sin_addr.s_addr = htonl(0x7f000001); 582 clnt = clnttcp_create(&host_addr, MOUNTPROG, MOUNTVERS, &s, 0, 0); 586 clnt = clntudp_create(&host_addr, MOUNTPROG, MOUNTVERS, *tvp, &s);
|
| /src/external/bsd/libbind/dist/irs/ |
| lcl_ho.c | 114 u_char host_addr[16]; /*%< IPv4 or IPv6 */ member in struct:pvt 385 if (inet_pton(AF_INET6, p, pvt->host_addr) > 0) { 388 } else if (inet_aton(p, (struct in_addr *)pvt->host_addr) > 0) { 390 map_v4v6_address((char*)pvt->host_addr, 391 (char*)pvt->host_addr); 401 pvt->h_addr_ptrs[0] = (char *)pvt->host_addr;
|
| nis_ho.c | 84 u_char host_addr[16]; /*%< IPv4 or IPv6 */ member in struct:pvt 467 } else if (inet_pton(AF_INET, p, pvt->host_addr) > 0) { 469 map_v4v6_address((char*)pvt->host_addr, ap);
|
| dns_ho.c | 132 u_char host_addr[16]; /*%< IPv4 or IPv6 */ member in struct:pvt 486 memcpy(pvt->host_addr, addr, len); 487 pvt->h_addr_ptrs[0] = (char *)pvt->host_addr; 490 map_v4v6_address((char*)pvt->host_addr, 491 (char*)pvt->host_addr);
|
| /src/usr.sbin/rpcbind/ |
| rpcbind.c | 292 u_int32_t host_addr[4]; /* IPv4 or IPv6 */ local 407 host_addr) == 1) { 414 hosts[nhostsbak], host_addr) == 1) { 422 host_addr) == 1) { 429 host_addr) == 1) {
|
| /src/lib/libc/net/ |
| gethnamaddr.c | 749 struct in6_addr host_addr; local 769 if (inet_pton(AF_INET6, p, &host_addr) > 0) { 773 if (inet_pton(AF_INET, p, &host_addr) <= 0) 817 HENT_COPY(hent->h_addr_list[0], &host_addr, hent->h_length, buf,
|
| /src/usr.sbin/map-mbone/ |
| mapper.c | 103 u_int32_t host_addr(char *name); 795 u_int32_t host_addr(char *name) function 864 } else if (argc == 1 && !(target_addr = host_addr(argv[0]))) {
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| grant_table.h | 335 * address is specified in <host_addr>. 342 uint64_t host_addr; member in struct:gnttab_map_grant_ref 356 * tracked by <handle>. If <host_addr> or <dev_bus_addr> is zero, that 367 uint64_t host_addr; member in struct:gnttab_unmap_grant_ref 506 uint64_t host_addr; member in struct:gnttab_unmap_and_replace
|
| /src/external/bsd/libbind/dist/include/ |
| netdb.h | 274 struct in_addr host_addr; member in struct:hostent_data
|
| /src/usr.sbin/mtrace/ |
| mtrace.c | 141 u_int32_t host_addr(const char *name); 184 host_addr(const char *name) function 1233 if (arg && (gwy = host_addr(arg))) { 1248 if (arg && (raddr = host_addr(arg))) { 1254 if (arg && (lcl_addr = host_addr(arg))) { 1273 if (argc > 0 && (qsrc = host_addr(argv[0]))) { /* Source of path */ 1276 if (argc > 0 && (qdst = host_addr(argv[0]))) { /* Dest of path */ 1278 if (argc > 0 && (qgrp = host_addr(argv[0]))) { /* Path via group */
|
| /src/external/bsd/am-utils/dist/conf/nfs_prot/ |
| nfs_prot_linux.h | 287 struct sockaddr *host_addr; /* 1 */ member in struct:nfs4_args
|