Searched refs:host_addr (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.1-release/sys/xen/
H A Dgnttab.h130 map->host_addr = addr;
132 map->host_addr = vtophys(addr);
134 map->host_addr = addr;
146 unmap->host_addr = addr;
148 unmap->host_addr = vtophys(addr);
150 unmap->host_addr = addr;
161 unmap->host_addr = vtophys(addr);
164 unmap->host_addr = addr;
/freebsd-10.1-release/contrib/amd/fixmount/
H A Dfixmount.c541 struct sockaddr_in host_addr; local
566 memset(&host_addr, 0, sizeof(host_addr));
568 host_addr.sin_family = AF_INET;
570 memmove((voidp) &host_addr.sin_addr, (voidp) hp->h_addr,
571 sizeof(host_addr.sin_addr));
574 host_addr.sin_addr.s_addr = htonl(0x7f000001);
584 clnt = clnttcp_create(&host_addr, MOUNTPROG, MOUNTVERS, &s, 0, 0);
588 clnt = clntudp_create(&host_addr, MOUNTPROG, MOUNTVERS, *tvp, &s);
/freebsd-10.1-release/lib/libbluetooth/
H A Dbluetooth.c46 static bdaddr_t host_addr; variable
124 if (bt_aton(p, &host_addr) == 0)
126 host_addr_ptrs[0] = (char *) &host_addr;
129 host.h_length = sizeof(host_addr);
/freebsd-10.1-release/usr.sbin/rpc.lockd/
H A Dlockd.c506 u_int32_t host_addr[4]; /* IPv4 or IPv6 */ local
554 host_addr) == 1) {
561 host_addr) == 1) {
569 host_addr) == 1) {
576 host_addr) == 1) {
825 u_int32_t host_addr[4]; /* IPv4 or IPv6 */ local
859 host_addr) == 1) {
866 host_addr) == 1) {
873 host_addr) == 1) {
880 host_addr)
[all...]
H A Dlock_proc.c193 get_client(host_addr, vers)
194 struct sockaddr *host_addr;
225 host_addr) && clnt_cache_vers[i] == vers) {
246 error = getnameinfo(host_addr, host_addr->sa_len, host, sizeof host,
255 if (host_addr->sa_family == AF_INET6)
260 if (host_addr->sa_family == AF_INET6)
299 memcpy(&clnt_cache_addr[clnt_cache_next_to_use], host_addr,
300 host_addr->sa_len);
/freebsd-10.1-release/lib/libc/net/
H A Dgethostbyht.c116 if (inet_pton(AF_INET6, p, hed->host_addr) > 0) {
119 } else if (inet_pton(AF_INET, p, hed->host_addr) > 0) {
121 _map_v4v6_address((char *)hed->host_addr,
122 (char *)hed->host_addr);
132 hed->h_addr_ptrs[0] = (char *)hed->host_addr;
H A Dgethostbynis.c100 he->h_addr = (char *)hed->host_addr;
103 addrok = inet_aton(result, (struct in_addr *)hed->host_addr);
107 _map_v4v6_address((char *)hed->host_addr,
108 (char *)hed->host_addr);
114 addrok = inet_pton(af, result, hed->host_addr);
H A Dnetdb_private.h75 uint32_t host_addr[4]; /* IPv4 or IPv6 */ member in struct:hostent_data
H A Dgethostnamadr.c452 inet_aton(name, (struct in_addr *)hed->host_addr) != 1) &&
453 inet_pton(af, name, hed->host_addr) != 1) {
460 _map_v4v6_address((char *)hed->host_addr,
461 (char *)hed->host_addr);
480 hed->h_addr_ptrs[0] = (char *)hed->host_addr;
H A Dgethostbydns.c697 memcpy(hed->host_addr, uaddr, len);
698 hed->h_addr_ptrs[0] = (char *)hed->host_addr;
701 _map_v4v6_address((char*)hed->host_addr, (char*)hed->host_addr);
/freebsd-10.1-release/sys/xen/interface/
H A Dgrant_table.h332 * address is specified in <host_addr>.
339 uint64_t host_addr; member in struct:gnttab_map_grant_ref
353 * tracked by <handle>. If <host_addr> or <dev_bus_addr> is zero, that
364 uint64_t host_addr; member in struct:gnttab_unmap_grant_ref
500 uint64_t host_addr; member in struct:gnttab_unmap_and_replace
/freebsd-10.1-release/usr.sbin/rpc.statd/
H A Dstatd.c327 u_int32_t host_addr[4]; /* IPv4 or IPv6 */ local
374 host_addr) == 1) {
381 host_addr) == 1) {
389 host_addr) == 1) {
396 host_addr) == 1) {
/freebsd-10.1-release/usr.sbin/rpcbind/
H A Drpcbind.c260 u_int32_t host_addr[4]; /* IPv4 or IPv6 */ local
365 host_addr) == 1) {
372 hosts[nhostsbak], host_addr) == 1) {
380 host_addr) == 1) {
387 host_addr) == 1) {
/freebsd-10.1-release/usr.sbin/nfsd/
H A Dnfsd.c834 u_int32_t host_addr[4]; /* IPv4 or IPv6 */ local
845 if (inet_pton(AF_INET, hostptr, host_addr) == 1) {
849 host_addr) == 1)
854 if (inet_pton(AF_INET6, hostptr, host_addr) == 1) {
858 host_addr) == 1)
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHost.h376 /// @param[in] host_addr
380 /// \b A file spec with the module that contains \a host_addr,
381 /// which may be invalid if \a host_addr doesn't fall into
385 GetModuleFileSpecForHostAddress (const void *host_addr);
/freebsd-10.1-release/sys/dev/xen/blkback/
H A Dblkback.c1091 unmap[invcount].host_addr = xbb_get_gntaddr(reqlist, i, 0);
1646 map->host_addr = xbb_get_gntaddr(reqlist,
1648 KASSERT(map->host_addr + PAGE_SIZE <=
1652 (uintmax_t)map->host_addr, PAGE_SIZE,
1735 map->host_addr, map->flags, map->ref,
2824 op->host_addr = xbb->ring_config.gnt_addr
2901 gnt->host_addr = xbb->ring_config.gnt_addr
/freebsd-10.1-release/usr.sbin/mountd/
H A Dmountd.c611 u_int32_t host_addr[4]; /* IPv4 or IPv6 */ local
666 host_addr) == 1) {
673 host_addr) == 1) {
681 host_addr) == 1) {
688 host_addr) == 1) {
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp997 Host::GetModuleFileSpecForHostAddress (const void *host_addr) argument
1001 if (::dladdr (host_addr, &info))
/freebsd-10.1-release/sys/dev/xen/netback/
H A Dnetback.c673 gnts[i].host_addr = xnb->ring_configs[i].gnt_addr;
714 gnt.host_addr = ring->gnt_addr;

Completed in 98 milliseconds