Searched refs:send_arp (Results 1 – 1 of 1) sorted by relevance
| /src/tools/tools/net80211/wesside/wesside/ |
| H A D | wesside.c | 1838 static int send_arp = -1; in flood_inet() local 1846 if (send_arp == -1) { in flood_inet() 1927 send_arp = 1; in flood_inet() 1932 if (send_arp == 1) { in flood_inet() 1947 send_arp = 0; in flood_inet() 1950 else if (send_arp == 0) { in flood_inet() 1957 send_arp = 1; in flood_inet() 1961 void send_arp(int tx, unsigned short op, unsigned char* srcip, in send_arp() function 2049 send_arp(tx, ARPOP_REQUEST, myip, mymac, in can_write() 2066 send_arp(tx, ARPOP_REQUEST, myip, mymac, in can_write()
|