Home
last modified time | relevance | path

Searched refs:ip_get_option (Results 1 – 15 of 15) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/core/
A Draw.c76 if ((broadcast != 0) && !ip_get_option(pcb, SOF_BROADCAST)) { in raw_input_match()
91 if (ip_get_option(pcb, SOF_BROADCAST)) in raw_input_match()
344 if (!ip_get_option(pcb, SOF_BROADCAST) && ip_addr_isbroadcast(ipaddr, netif)) { in raw_sendto()
A Dudp.c138 if ((broadcast != 0) && !ip_get_option(pcb, SOF_BROADCAST)) { in udp_input_local_match()
152 if (ip_get_option(pcb, SOF_BROADCAST)) in udp_input_local_match()
351 if (ip_get_option(pcb, SOF_REUSEADDR) && in udp_input()
688 if (!ip_get_option(pcb, SOF_BROADCAST) && in udp_sendto_if_src_chksum()
928 if (!ip_get_option(pcb, SOF_REUSEADDR) || in udp_bind()
929 !ip_get_option(ipcb, SOF_REUSEADDR)) in udp_bind()
A Dtcp.c588 if (ip_get_option(pcb, SOF_REUSEADDR)) { in tcp_bind()
607 if (!ip_get_option(pcb, SOF_REUSEADDR) || in tcp_bind()
608 !ip_get_option(cpcb, SOF_REUSEADDR)) in tcp_bind()
701 if (ip_get_option(pcb, SOF_REUSEADDR)) { in tcp_listen_with_backlog_and_err()
917 if (ip_get_option(pcb, SOF_REUSEADDR)) { in tcp_connect()
1098 if (ip_get_option(pcb, SOF_KEEPALIVE) && in tcp_slowtmr()
/components/net/lwip/lwip-1.4.1/src/core/
A Draw.c98 if (ip_get_option(pcb, SOF_BROADCAST) || !ip_addr_isbroadcast(&current_iphdr_dest, inp)) in raw_input()
248 if (!ip_get_option(pcb, SOF_BROADCAST) && ip_addr_isbroadcast(ipaddr, netif)) { in raw_sendto()
A Dudp.c249 (broadcast && ip_get_option(pcb, SOF_BROADCAST) &&
354 ip_get_option(pcb, SOF_REUSEADDR)) {
369 (broadcast && ip_get_option(mpcb, SOF_BROADCAST)))) {
570 if (!ip_get_option(pcb, SOF_BROADCAST) && ip_addr_isbroadcast(dst_ip, netif)) {
790 else if (!ip_get_option(pcb, SOF_REUSEADDR) &&
791 !ip_get_option(ipcb, SOF_REUSEADDR)) {
A Dtcp.c447 if (ip_get_option(pcb, SOF_REUSEADDR)) { in tcp_bind()
467 if (!ip_get_option(pcb, SOF_REUSEADDR) || in tcp_bind()
468 !ip_get_option(cpcb, SOF_REUSEADDR)) in tcp_bind()
531 if (ip_get_option(pcb, SOF_REUSEADDR)) { in tcp_listen_with_backlog()
722 if (ip_get_option(pcb, SOF_REUSEADDR)) { in tcp_connect()
895 if(ip_get_option(pcb, SOF_KEEPALIVE) && in tcp_slowtmr()
/components/net/lwip/lwip-2.1.2/src/core/
A Draw.c83 if ((broadcast != 0) && !ip_get_option(pcb, SOF_BROADCAST)) { in raw_input_local_match()
98 if (ip_get_option(pcb, SOF_BROADCAST)) in raw_input_local_match()
490 if (!ip_get_option(pcb, SOF_BROADCAST) && ip_addr_isbroadcast(dst_ip, netif)) { in raw_sendto_if_src()
A Dudp.c147 if ((broadcast != 0) && !ip_get_option(pcb, SOF_BROADCAST)) { in udp_input_local_match()
161 if (ip_get_option(pcb, SOF_BROADCAST)) in udp_input_local_match()
378 if (ip_get_option(pcb, SOF_REUSEADDR) && in udp_input()
734 if (!ip_get_option(pcb, SOF_BROADCAST) && in udp_sendto_if_src_chksum()
994 if (!ip_get_option(pcb, SOF_REUSEADDR) || in udp_bind()
995 !ip_get_option(ipcb, SOF_REUSEADDR)) in udp_bind()
A Dtcp.c691 if (ip_get_option(pcb, SOF_REUSEADDR)) { in tcp_bind()
722 if (!ip_get_option(pcb, SOF_REUSEADDR) || in tcp_bind()
723 !ip_get_option(cpcb, SOF_REUSEADDR)) in tcp_bind()
867 if (ip_get_option(pcb, SOF_REUSEADDR)) { in tcp_listen_with_backlog_and_err()
1123 if (ip_get_option(pcb, SOF_REUSEADDR)) { in tcp_connect()
1329 if (ip_get_option(pcb, SOF_KEEPALIVE) && in tcp_slowtmr()
/components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/
A Dip.h205 #define ip_get_option(pcb, opt) ((pcb)->so_options & (opt)) macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dip.h215 #define ip_get_option(pcb, opt) ((pcb)->so_options & (opt)) macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dip.h217 #define ip_get_option(pcb, opt) ((pcb)->so_options & (opt)) macro
/components/net/lwip/lwip-1.4.1/src/api/
A Dsockets.c1707 *(int*)optval = ip_get_option(sock->conn->pcb.ip, optname);
/components/net/lwip/lwip-2.0.3/src/api/
A Dsockets.c1947 *(int*)optval = ip_get_option(sock->conn->pcb.ip, optname); in lwip_getsockopt_impl()
/components/net/lwip/lwip-2.1.2/src/api/
A Dsockets.c2954 *(int *)optval = ip_get_option(sock->conn->pcb.ip, optname); in lwip_getsockopt_impl()

Completed in 41 milliseconds