Searched refs:haddr (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/psig/
H A Dpsig.c296 uintptr_t haddr; local
301 haddr = (uintptr_t)sp->sa_handler;
303 if (aharr && intfnaddr && haddr == intfnaddr)
304 haddr = deinterpose(sig, aharr, &psinfo, sp);
306 if (haddr == (uintptr_t)SIG_DFL) {
310 } else if (haddr == (uintptr_t)SIG_IGN) {
320 if (lookuphandlers_flag && haddr > 1 &&
321 Plookup_by_addr(Pr, haddr, hname,
326 (ulong_t)haddr);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.h68 extern const char *ihost(uint32_t haddr);
H A Dcommon.c373 ihost(uint32_t haddr) argument
379 sin.sin_addr.s_addr = haddr;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c1368 in6_addr_t *targp, uchar_t **haddr, uint_t *haddrlenp)
1381 *haddr = addr;
1384 *haddr = NULL;
1402 uchar_t *haddr; local
1423 ip_ndp_find_addresses(mp, &iras, ill, &targ, &haddr, &haddrlen);
1424 if (haddr != NULL && haddrlen == ill->ill_phys_addr_length) {
1440 if (bcmp(haddr, ill->ill_phys_addr, haddrlen) == 0 ||
1442 ipmp_illgrp_find_ill(ill->ill_grp, haddr,
1479 mac_colon_addr(haddr, haddrlen, hbuf, sizeof (hbuf)));
1515 const uchar_t *haddr; local
1367 ip_ndp_find_addresses(mblk_t *mp, ip_recv_attr_t *ira, ill_t *ill, in6_addr_t *targp, uchar_t **haddr, uint_t *haddrlenp) argument
1641 uchar_t *haddr = NULL; local
1870 uchar_t *haddr = NULL; local
[all...]
H A Dip_arp.c2017 uchar_t *haddr; local
2025 haddr = (uint8_t *)(arh + 1);
2035 if (bcmp(haddr, ill->ill_phys_addr, haddrlen) == 0 ||
2037 ipmp_illgrp_find_ill(ill->ill_grp, haddr,
2070 (void) mac_colon_addr(haddr, haddrlen, hbuf, sizeof (hbuf));
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c1065 char **haddr; variable
1085 for (haddr = rhp->h_addr_list; *haddr; haddr++)
1086 if (!memcmp(*haddr, addr, INADDRSZ))
1088 if (!*haddr) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c1395 uint32_t *haddr, uint32_t *laddr)
1416 *haddr = PADDR_HI(mp->phys);
1444 *haddr = PADDR_HI(mp->phys);
1473 *haddr = PADDR_HI(mp->phys);
1501 *haddr = PADDR_HI(mp->phys);
1394 emlxs_mem_map_vaddr(emlxs_hba_t *hba, RING *rp, MATCHMAP *mp, uint32_t *haddr, uint32_t *laddr) argument
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1371 uintptr_t haddr; local
1422 haddr = (uintptr_t)help.dtht_helper;
1424 if (mdb_vread(&helper, sizeof (helper), haddr) == -1) {
1443 haddr = (uintptr_t)helper.dtha_actions +
1446 if (mdb_vread(&haddr, sizeof (haddr), haddr) == -1) {
1449 mdb_printf("%p\n", haddr);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c522 uintptr_t haddr = addr + 1; local
531 haddr = (uintptr_t)sym.st_value + sym.st_size;
535 if (sep->se_stack[idx] >= laddr && sep->se_stack[idx] < haddr)
H A Dkmem.c787 uintptr_t haddr, addr = wsp->walk_addr; local
812 haddr = (uintptr_t)c.cache_hash_table;
815 if (mdb_vread(hash, hsize, haddr) == -1) {
816 mdb_warn("failed to read hash table at %p", haddr);
2860 uintptr_t laddr, haddr, baddr = NULL; local
2941 haddr = caller + sizeof (caller);
2950 haddr = (uintptr_t)sym.st_value + sym.st_size;
2954 if (bc.bc_stack[i] >= laddr && bc.bc_stack[i] < haddr)
3655 uintptr_t laddr, haddr; local
3745 haddr
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c704 uintptr_t haddr, addr = wsp->walk_addr; local
729 haddr = (uintptr_t)c.cache_hash_table;
732 if (mdb_vread(hash, hsize, haddr) == -1) {
733 mdb_warn("failed to read hash table at %p", haddr);
2499 uintptr_t laddr, haddr, baddr = NULL; local
2582 haddr = caller + sizeof (caller);
2591 haddr = (uintptr_t)sym.st_value + sym.st_size;
2596 bcp->bc_stack[i] < haddr)
3311 uintptr_t laddr, haddr; local
3401 haddr
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c1044 in_addr_t haddr; local
1258 haddr = ntohl(sinp->sin_addr.s_addr);
1259 if (IN_CLASSD(haddr) ||
1260 (haddr & IN_CLASSA_NET) == 0) {
1267 naddr_ntoa(haddr));
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h559 RING *rp, MATCHMAP *mp, uint32_t *haddr,
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c2961 struct in_addr haddr; local
2963 haddr = inet_addr(host);
2964 return haddr.s_addr;

Completed in 125 milliseconds