| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | raw.c | 76 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 D | udp.c | 138 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 D | tcp.c | 588 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 D | raw.c | 98 if (ip_get_option(pcb, SOF_BROADCAST) || !ip_addr_isbroadcast(¤t_iphdr_dest, inp)) in raw_input() 248 if (!ip_get_option(pcb, SOF_BROADCAST) && ip_addr_isbroadcast(ipaddr, netif)) { in raw_sendto()
|
| A D | udp.c | 249 (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 D | tcp.c | 447 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 D | raw.c | 83 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 D | udp.c | 147 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 D | tcp.c | 691 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 D | ip.h | 205 #define ip_get_option(pcb, opt) ((pcb)->so_options & (opt)) macro
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | ip.h | 215 #define ip_get_option(pcb, opt) ((pcb)->so_options & (opt)) macro
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | ip.h | 217 #define ip_get_option(pcb, opt) ((pcb)->so_options & (opt)) macro
|
| /components/net/lwip/lwip-1.4.1/src/api/ |
| A D | sockets.c | 1707 *(int*)optval = ip_get_option(sock->conn->pcb.ip, optname);
|
| /components/net/lwip/lwip-2.0.3/src/api/ |
| A D | sockets.c | 1947 *(int*)optval = ip_get_option(sock->conn->pcb.ip, optname); in lwip_getsockopt_impl()
|
| /components/net/lwip/lwip-2.1.2/src/api/ |
| A D | sockets.c | 2954 *(int *)optval = ip_get_option(sock->conn->pcb.ip, optname); in lwip_getsockopt_impl()
|