Home
last modified time | relevance | path

Searched refs:fromaddr (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c64 struct pr_icmp *reply, struct in6_addr fromaddr, struct timeval *recv_tvp);
66 struct pr_icmp *reply, struct in6_addr fromaddr);
68 struct pr_icmp *reply, struct in6_addr fromaddr);
370 struct in6_addr fromaddr; in in_data() local
476 IN6_INADDR_TO_V4MAPPED(&from.sin_addr, &fromaddr); in in_data()
479 incoming_echo_reply(pii, reply, fromaddr, recv_tvp); in in_data()
482 incoming_mcast_reply(pii, reply, fromaddr); in in_data()
484 incoming_rtt_reply(pii, reply, fromaddr); in in_data()
618 struct in6_addr fromaddr) in incoming_rtt_reply() argument
626 (void) pr_addr(pii->pii_af, fromaddr, abuf, sizeof (abuf)); in incoming_rtt_reply()
[all …]
/titanic_50/usr/src/lib/efcode/engine/
H A Ddebug.c1544 uchar_t *fromaddr = (uchar_t *)POP(DS); in vsearch() local
1546 log_message(MSG_INFO, "%p to %p by %d looking for %llx\n", fromaddr, in vsearch()
1548 for (; fromaddr < toaddr; fromaddr += size) { in vsearch()
1550 case 1: value = *((uint8_t *)fromaddr); break; in vsearch()
1551 case 2: value = *((uint16_t *)fromaddr); break; in vsearch()
1552 case 4: value = *((uint32_t *)fromaddr); break; in vsearch()
1553 case 8: value = *((uint64_t *)fromaddr); break; in vsearch()
1559 log_message(MSG_INFO, "%p\n", fromaddr); in vsearch()
/titanic_50/usr/src/uts/i86pc/io/
H A Drootnex.c4522 caddr_t fromaddr; in rootnex_coredma_sync() local
4612 fromaddr = cbpage->pm_kaddr + poff; in rootnex_coredma_sync()
4623 fromaddr = cbpage->pm_cbaddr + poff; in rootnex_coredma_sync()
4629 bcopy(fromaddr, toaddr, psize); in rootnex_coredma_sync()