ip_current_header_tot_len is only used within LwIP.
 
Symbols
loading...
Files
loading...

ip_current_header_tot_len macro

Syntax

#define ip_current_header_tot_len() (ip_data.current_ip_header_tot_len)

References

LocationText
ip.h:141
#define ip_current_header_tot_len() (ip_data.current_ip_header_tot_len)
udp.c:418
pbuf_header_force(p, (s16_t)(ip_current_header_tot_len() + UDP_HLEN));