Searched refs:udp_len (Results 1 – 2 of 2) sorted by relevance
1850 static int udp_len; in flood_inet() local1931 udp_len = sizeof(*wh) + 4 + 8 + 20 + 8 + 5 + 4; in flood_inet()1932 assert(udp_len < sizeof(udp_pkt)); in flood_inet()1964 send_frame(tx, udp_pkt, udp_len); in flood_inet()
3561 size_t udp_len; in dhcp_packet() local3621 bootp = get_udp_data(data, &udp_len); in dhcp_packet()3622 dhcp_handlebootp(ifp, bootp, udp_len, &from); in dhcp_packet()