Searched refs:dst_haddr (Results 1 – 3 of 3) sorted by relevance
| /mOS-networking-stack/core/src/ |
| H A D | eth_out.c | 64 uint16_t h_proto, int nif, unsigned char* dst_haddr, uint16_t iplen, in EthernetOutput() argument 93 ethh->h_dest[i] = dst_haddr[i]; in EthernetOutput()
|
| H A D | arp.c | 124 uint32_t dst_ip, unsigned char *dst_haddr, in ARPOutput() argument 127 if (!dst_haddr) in ARPOutput() 132 ETH_P_ARP, nif, dst_haddr, sizeof(struct arphdr), 0); in ARPOutput() 152 memcpy(arph->ar_tha, dst_haddr, arph->ar_hln); in ARPOutput()
|
| /mOS-networking-stack/core/src/include/ |
| H A D | eth_out.h | 17 uint16_t h_proto, int nif, unsigned char* dst_haddr, uint16_t iplen,
|