| /src/sys/net/ |
| if_arcsubr.c | 172 uint8_t *tha = ar_tha(arph); local 173 if (tha == NULL) { 177 adst = *tha;
|
| if_ethersubr.c | 304 void *tha = ar_tha(ah); local 306 if (tha == NULL) { 311 memcpy(edst, tha, sizeof(edst));
|
| /src/external/bsd/dhcpcd/dist/src/ |
| arp.h | 61 uint8_t tha[HWADDR_LEN]; member in struct:arp_msg
|
| /src/external/bsd/tcpdump/dist/ |
| print-tcp.c | 70 struct tha { struct 78 struct tha addr; 266 struct tha6 tha; local 278 UNALIGNED_MEMCPY(&tha.src, dst, sizeof(ip6->ip6_dst)); 279 UNALIGNED_MEMCPY(&tha.dst, src, sizeof(ip6->ip6_src)); 280 tha.port = ((u_int)dport) << 16 | sport; 282 UNALIGNED_MEMCPY(&tha.dst, dst, sizeof(ip6->ip6_dst)); 283 UNALIGNED_MEMCPY(&tha.src, src, sizeof(ip6->ip6_src)); 284 tha.port = ((u_int)sport) << 16 | dport; 287 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE] 328 struct tha tha; local [all...] |
| /src/usr.sbin/rarpd/ |
| rarpd.c | 417 uint8_t *tha = ar_tha(ap); local 419 if (!tha || memcmp(ar_sha(ap), tha, 6) != 0) {
|
| /src/sys/netinet/ |
| if_arp.c | 781 void *tha; local 1124 tha = ar_tha(ah); 1125 if (tha) 1126 memcpy(tha, ar_sha(ah), ah->ar_hln); 1145 tha = ar_tha(ah); 1154 if (tha) 1155 memcpy(tha, ar_sha(ah), ah->ar_hln); 1863 void *tha; local 1903 tha = ar_tha(ah); 1904 if (tha == NULL 1933 void *tha; local [all...] |
| /src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| mDNSEmbeddedAPI.h | 632 mDNSEthAddr tha; variable 3400 extern void mDNSPlatformSetLocalAddressCacheEntry(const mDNSAddr *const tpa, const mDNSEthAddr *const tha, mDNSInterfaceID InterfaceID);
|