/src/sys/kern/ |
uipc_mbufdebug.c | 467 struct in_addr isaddr, itaddr; local in function:m_examine_arp 550 if (m_peek_data(m, off, sizeof(itaddr), (void *)(&itaddr)) < 0) { 554 off += sizeof(itaddr); 555 (*pr)("ARP: IP Tgt = %s\n", str_ipaddr(&itaddr));
|
uipc_mbufdebug.c | 467 struct in_addr isaddr, itaddr; local in function:m_examine_arp 550 if (m_peek_data(m, off, sizeof(itaddr), (void *)(&itaddr)) < 0) { 554 off += sizeof(itaddr); 555 (*pr)("ARP: IP Tgt = %s\n", str_ipaddr(&itaddr));
|
/src/sys/netinet/ |
if_arp.c | 779 struct in_addr isaddr, itaddr, myaddr; local in function:in_arpinput 813 memcpy(&itaddr, ar_tpa(ah), sizeof(itaddr)); 827 if (in_nullhost(itaddr)) /* very bogus ARP */ 830 myaddr = itaddr; 881 if (ia == NULL && find_source && !in_nullhost(itaddr)) { 883 myaddr = itaddr; 939 itaddr = myaddr; 944 if (in_nullhost(itaddr)) 960 (in_nullhost(isaddr) && in_hosteq(itaddr, myaddr) & [all...] |
if_arp.c | 779 struct in_addr isaddr, itaddr, myaddr; local in function:in_arpinput 813 memcpy(&itaddr, ar_tpa(ah), sizeof(itaddr)); 827 if (in_nullhost(itaddr)) /* very bogus ARP */ 830 myaddr = itaddr; 881 if (ia == NULL && find_source && !in_nullhost(itaddr)) { 883 myaddr = itaddr; 939 itaddr = myaddr; 944 if (in_nullhost(itaddr)) 960 (in_nullhost(isaddr) && in_hosteq(itaddr, myaddr) & [all...] |