Searched refs:thap (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rarpd.c | 574 uchar_t *shap, *thap, *spap, *tpap; in rarp_request() local 580 thap = spap + rp->ar_pln; in rarp_request() 581 tpap = thap + rp->ar_hln; in rarp_request() 584 str = _link_ntoa(thap, str, rdev->physaddrlen, IFT_OTHER); in rarp_request() 594 if ((memcmp(shap, thap, rdev->physaddrlen) != 0) || in rarp_request() 609 if (get_ipaddr(rdev, thap, tpap, &spa)) in rarp_request() 613 add_arp(rdev, tpap, thap); in rarp_request() 708 uchar_t *shap, *thap, *spap, *tpap; in arp_request() local 713 thap = spap + rp->ar_pln; in arp_request() 714 tpap = thap + rp->ar_hln; in arp_request() [all …]
|