Home
last modified time | relevance | path

Searched refs:tmpip (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Dibd.c488 struct in_addr tmpip, ipdst; in ibd_output() local
532 tmpip.s_addr = ogp->igm_router.s_addr; in ibd_output()
534 tmpip.s_addr = ipdst.s_addr; in ibd_output()
536 result = mac_get_arp(&tmpip, (void *)&eh.ipoib_dest, in ibd_output()
541 "timed out.\n", inet_ntoa(tmpip)); in ibd_output()
H A Dethernet.c496 struct in_addr tmpip, ipdst, netid; in ether_output() local
554 tmpip.s_addr = ogp->igm_router.s_addr; in ether_output()
556 tmpip.s_addr = ipdst.s_addr; in ether_output()
558 result = mac_get_arp(&tmpip, (void *)&eh.ether_dhost, in ether_output()
563 "timed out.\n", inet_ntoa(tmpip)); in ether_output()