if_arp.c | 512 const struct in_addr *sip, const struct in_addr *tip, 521 KASSERT(tip != NULL); 560 memcpy(ar_tpa(ah), tip, ah->ar_pln); 1353 struct in_addr tip = taddr->addr4, sip = zeroin_addr; local in function:arp_llinfo_output 1371 sockaddr_in_init(&dst, &tip, 0); 1385 IN_PRINT(ipbuf, &tip)); 1390 arprequest(ifp, &sip, &tip, slladdr, tlladdr);
|