Searched refs:ar_sip (Results 1 – 1 of 1) sorted by relevance
37 uint32_t ar_sip; /* sender ip address */ member145 arph->ar_sip = g_config.mos->netdev_table->ent[nif]->ip_addr; in ARPOutput()224 temp = GetDestinationHWaddr(arph->ar_sip); in ProcessARPRequest()226 RegisterARPEntry(arph->ar_sip, arph->ar_sha); in ProcessARPRequest()230 ARPOutput(mtcp, nif, arp_op_reply, arph->ar_sip, arph->ar_sha, NULL); in ProcessARPRequest()242 temp = GetDestinationHWaddr(arph->ar_sip); in ProcessARPReply()244 RegisterARPEntry(arph->ar_sip, arph->ar_sha); in ProcessARPReply()250 if (ent->ip == arph->ar_sip) { in ProcessARPReply()368 t = (uint8_t *)&arph->ar_sip; in DumpARPPacket()