host_addr
struct in6_addr host_addr;
if (inet_pton(AF_INET6, p, &host_addr) > 0) {
} else if (inet_pton(AF_INET, p, &host_addr) > 0) {
HENT_COPY(hent->h_addr_list[0], &host_addr, hent->h_length, buf,
if (bt_aton(p, &host_addr) == 0)
host_addr_ptrs[0] = (char *) &host_addr;
host.h_length = sizeof(host_addr);
static bdaddr_t host_addr;
struct in6_addr host_addr;
if (inet_pton(AF_INET6, p, &host_addr) > 0) {
if (inet_pton(AF_INET, p, &host_addr) <= 0)
HENT_COPY(hent->h_addr_list[0], &host_addr, hent->h_length, buf,
op->host_addr = xpmap_ptetomach(ptep);
KASSERT(op->host_addr != 0);
npte = op->host_addr | pmap_pg_nx | PTE_U | PTE_P;
unmap_op.host_addr = xpmap_ptetomach(&ptes[pl1_i(va)]);
unmap_op.host_addr = op->host_addr;
unop[uncnt].host_addr =
unop[uncnt].host_addr = va + i * PAGE_SIZE;
op[i].host_addr = base_paddr + i * PAGE_SIZE;
op[i].host_addr = va + i * PAGE_SIZE;
op[i].host_addr = base_paddr + i * PAGE_SIZE;
op[i].host_addr = va + i * PAGE_SIZE;
obj->u.gr.ops[i].host_addr = 0;
obj->u.gr.ops[i].host_addr =
op.host_addr = base_paddr;
op.host_addr = va;
uop.host_addr = base_paddr;
uop.host_addr = va;
u_int32_t host_addr(char *name);
} else if (argc == 1 && !(target_addr = host_addr(argv[0]))) {
u_int32_t host_addr(char *name);
if (arg && (gwy = host_addr(arg))) {
if (arg && (raddr = host_addr(arg))) {
if (arg && (lcl_addr = host_addr(arg))) {
if (argc > 0 && (qsrc = host_addr(argv[0]))) { /* Source of path */
if (argc > 0 && (qdst = host_addr(argv[0]))) { /* Dest of path */
if (argc > 0 && (qgrp = host_addr(argv[0]))) { /* Path via group */
u_int32_t host_addr(const char *name);
get_client(struct sockaddr *host_addr, rpcvers_t vers)
&clnt_cache_addr[i], host_addr)) {
error = getnameinfo(host_addr, (socklen_t)host_addr->sa_len, host,
if (host_addr->sa_family == AF_INET6)
if (host_addr->sa_family == AF_INET6)
(void)memcpy(&clnt_cache_addr[clnt_cache_next_to_use], host_addr,
(size_t)host_addr->sa_len);
u_int32_t host_addr[4]; /* IPv4 or IPv6 */
host_addr) == 1) {
hosts[nhostsbak], host_addr) == 1) {
host_addr) == 1) {
host_addr) == 1) {
if ((af & (1 << 4)) != 0 && inet_aton(k, &host_addr) == 1 &&
(addr_string = inet_ntoa(host_addr)) != NULL) {
struct in_addr host_addr;