Home
last modified time | relevance | path

Searched refs:SOF_BROADCAST (Results 1 – 9 of 9) sorted by relevance

/third_party/lwip/src/core/
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()
513 if (!ip_get_option(pcb, SOF_BROADCAST) && ip_addr_isbroadcast(dst_ip, netif)) { in raw_sendto_if_src()
Dudp.c158 if ((broadcast != 0) && !ip_get_option(pcb, SOF_BROADCAST)) { in udp_input_local_match()
172 if (ip_get_option(pcb, SOF_BROADCAST)) in udp_input_local_match()
780 if (!ip_get_option(pcb, SOF_BROADCAST) &&
/third_party/lwip/src/netif/
Dzepif.c265 ip_set_option(state->pcb, SOF_BROADCAST); in zepif_init()
/third_party/lwip/src/apps/netbiosns/
Dnetbiosns.c488 ip_set_option(netbiosns_pcb, SOF_BROADCAST); in netbiosns_init()
/third_party/lwip/src/include/lwip/
Dip.h128 #define SOF_BROADCAST 0x20U /* permit to send and to receive broadcast messages (see IP_SOF_BR… macro
/third_party/lwip/src/apps/sntp/
Dsntp.c681 ip_set_option(sntp_pcb, SOF_BROADCAST); in sntp_init()
/third_party/lwip/src/core/ipv6/
Ddhcp6.c151 ip_set_option(dhcp6_pcb, SOF_BROADCAST); in dhcp6_inc_pcb_refcount()
/third_party/lwip/src/core/ipv4/
Ddhcp.c244 ip_set_option(dhcp_pcb, SOF_BROADCAST); in dhcp_inc_pcb_refcount()
/third_party/lwip/src/api/
Dsockets.c2945 return SOF_BROADCAST; in lwip_sockopt_to_ipopt()