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

ifreq struct

Syntax

struct ifreq {   char ifr_name[IFNAMSIZ];  };

Fields

ifr_name

No summary provided. Read more...

References

LocationReferrerScopeText
sockets.h:183
struct ifreq {
sockets.c:3422lwip_setsockopt_impl()::ifacelwip_setsockopt_impl()
const struct ifreq *iface;
sockets.c:3425lwip_setsockopt_impl()
LWIP_SOCKOPT_CHECK_OPTLEN_CONN(sock, optlen, struct ifreq);
sockets.c:3427lwip_setsockopt_impl()
iface = (const struct ifreq *)optval;

Type Use

Variables of ifreq type
lwip_setsockopt_impl()::iface
all items filtered out
ifreq