Home
last modified time | relevance | path

Searched refs:GetDestinationHWaddr (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/core/src/
H A Dip_out.c65 haddr = GetDestinationHWaddr(daddr); in ForwardIPPacket()
135 haddr = GetDestinationHWaddr(daddr); in IPOutputStandalone()
197 haddr = GetDestinationHWaddr(stream->daddr); in IPOutput()
H A Darp.c89 GetDestinationHWaddr(uint32_t dip) in GetDestinationHWaddr() function
224 temp = GetDestinationHWaddr(arph->ar_sip); in ProcessARPRequest()
242 temp = GetDestinationHWaddr(arph->ar_sip); in ProcessARPReply()
H A Dicmp.c79 haddr = GetDestinationHWaddr(daddr); in ICMPOutput()
88 haddr = GetDestinationHWaddr(daddr); in ICMPOutput()
/mOS-networking-stack/core/src/include/
H A Darp.h17 GetDestinationHWaddr(uint32_t dip);