Home
last modified time | relevance | path

Searched refs:ip_mreq (Results 1 – 7 of 7) sorted by relevance

/components/net/sal/include/
A Dsal_socket.h144 typedef struct ip_mreq struct
148 } ip_mreq; typedef
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsockets.h175 typedef struct ip_mreq { struct
178 } ip_mreq; argument
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dsockets.h292 typedef struct ip_mreq { struct
295 } ip_mreq; typedef
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dsockets.h319 typedef struct ip_mreq { struct
322 } ip_mreq; typedef
/components/net/lwip/lwip-1.4.1/src/api/
A Dsockets.c1983 if (optlen < sizeof(struct ip_mreq)) {
2192 struct ip_mreq *imr = (struct ip_mreq *)optval;
/components/net/lwip/lwip-2.0.3/src/api/
A Dsockets.c2454 const struct ip_mreq *imr = (const struct ip_mreq *)optval; in lwip_setsockopt_impl()
2457 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, struct ip_mreq, NETCONN_UDP); in lwip_setsockopt_impl()
/components/net/lwip/lwip-2.1.2/src/api/
A Dsockets.c3539 const struct ip_mreq *imr = (const struct ip_mreq *)optval; in lwip_setsockopt_impl()
3542 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, struct ip_mreq, NETCONN_UDP); in lwip_setsockopt_impl()

Completed in 26 milliseconds