Home
last modified time | relevance | path

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

/freebsd/tools/tools/net80211/wesside/dics/
H A Ddics.c46 #define PRGA_LEN (1500-14-20-8) macro
209 static unsigned char buf[PRGA_LEN+128] = "\x69"; in send_stuff()
293 if (dlen != PRGA_LEN) in send_stuff()
437 send_stuff(s, sip, ip, port, PRGA_LEN); in main()
/freebsd/tools/tools/net80211/wesside/wesside/
H A Dwesside.c172 #define PRGA_LEN (1500-14-20-8) macro
173 unsigned char inet_clear[8+20+8+PRGA_LEN+4];
792 ih->ip_len = htons(20+8+PRGA_LEN); in calculate_inet_clear()
805 uh->uh_ulen = htons(8+PRGA_LEN); in calculate_inet_clear()
807 uh->uh_sum = udp_checksum((unsigned char*)uh, 8+PRGA_LEN, in calculate_inet_clear()
811 dlen = 8 + 20 + 8 + PRGA_LEN; in calculate_inet_clear()
1141 if (ttl_val && dlen == (8+20+8+PRGA_LEN)) { in stuff_for_us()