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

/freebsd-11-stable/tools/tools/net80211/wesside/dics/
H A Ddics.c48 #define PRGA_LEN (1500-14-20-8) macro
211 static unsigned char buf[PRGA_LEN+128] = "\x69";
295 if (dlen != PRGA_LEN)
439 send_stuff(s, sip, ip, port, PRGA_LEN);
/freebsd-11-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c173 #define PRGA_LEN (1500-14-20-8) macro
174 unsigned char inet_clear[8+20+8+PRGA_LEN+4];
793 ih->ip_len = htons(20+8+PRGA_LEN);
806 uh->uh_ulen = htons(8+PRGA_LEN);
808 uh->uh_sum = udp_checksum((unsigned char*)uh, 8+PRGA_LEN,
812 dlen = 8 + 20 + 8 + PRGA_LEN;
1142 if (ttl_val && dlen == (8+20+8+PRGA_LEN)) {

Completed in 111 milliseconds