Searched refs:dst_mac (Results 1 – 4 of 4) sorted by relevance
105 mac_addr_copy(pkt->dst_mac, dst); in minip_build_mac_hdr()158 uint8_t *dst_mac = NULL; in get_dest_mac() local166 dst_mac = arp_cache_lookup(host); in get_dest_mac()167 if (dst_mac == NULL) { in get_dest_mac()173 if (dst_mac) { in get_dest_mac()180 return dst_mac; in get_dest_mac()186 const uint8_t *dst_mac; in minip_ipv4_send() local193 dst_mac = bcast_mac; in minip_ipv4_send()197 dst_mac = get_dest_mac(dest_addr); in minip_ipv4_send()198 if (!dst_mac) { in minip_ipv4_send()[all …]
158 const uint8_t *dst_mac = NULL; in arp_get_dest_mac() local166 dst_mac = arp_cache_lookup(host); in arp_get_dest_mac()167 if (dst_mac == NULL) { in arp_get_dest_mac()172 dst_mac = arp_cache_lookup(host); in arp_get_dest_mac()173 if (dst_mac) { in arp_get_dest_mac()180 return dst_mac; in arp_get_dest_mac()
77 const uint8_t *dst_mac; in udp_open() local88 dst_mac = arp_get_dest_mac(host); in udp_open()89 if (dst_mac == NULL) { in udp_open()97 socket->mac = dst_mac; in udp_open()
60 uint8_t dst_mac[6]; member
Completed in 5 milliseconds