Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Darp.c123 ARPOutput(struct mtcp_manager *mtcp, int nif, int opcode, in ARPOutput() function
214 ARPOutput(mtcp, nif, arp_op_request, ip, haddr, taddr); in RequestARP()
230 ARPOutput(mtcp, nif, arp_op_reply, arph->ar_sip, arph->ar_sha, NULL); in ProcessARPRequest()
305 ARPOutput(mtcp, g_config.mos->netdev_table->ent[i]->ifindex, arp_op_request, 0, NULL, NULL); in PublishARP()