Home | Sort by: relevance | last modified time | path |
/src/sys/net/ | |
if_arcsubr.c | 172 uint8_t *tha = ar_tha(arph); local in function:arc_output 173 if (tha == NULL) { 177 adst = *tha; |
if_ethersubr.c | 266 void *tha = ar_tha(ah); local in function:ether_output 268 if (tha == NULL) { 273 memcpy(edst, tha, sizeof(edst)); |
/src/usr.sbin/rarpd/ | |
rarpd.c | 417 uint8_t *tha = ar_tha(ap); local in function:rarp_check 419 if (!tha || memcmp(ar_sha(ap), tha, 6) != 0) { |
/src/sys/netinet/ | |
if_arp.c | 781 void *tha; local in function:in_arpinput 1123 tha = ar_tha(ah); 1124 if (tha) 1125 memcpy(tha, ar_sha(ah), ah->ar_hln); 1144 tha = ar_tha(ah); 1153 if (tha) 1154 memcpy(tha, ar_sha(ah), ah->ar_hln); 1861 void *tha; local in function:in_revarpinput 1901 tha = ar_tha(ah); 1902 if (tha == NULL 1931 void *tha; local in function:revarprequest [all...] |