Searched refs:ifreq (Results 1 – 4 of 4) sorted by relevance
100 #define LWIP_SETGETSOCKOPT_MAXOPTLEN LWIP_MAX(16, sizeof(struct ifreq))
152 struct ifreq ifr; in low_level_init()
192 struct ifreq { struct
3467 const struct ifreq *iface; in lwip_setsockopt_impl()3470 LWIP_SOCKOPT_CHECK_OPTLEN_CONN(sock, optlen, struct ifreq); in lwip_setsockopt_impl()3472 iface = (const struct ifreq *)optval; in lwip_setsockopt_impl()
Completed in 20 milliseconds