Home
last modified time | relevance | path

Searched refs:broadcast (Results 1 – 3 of 3) sorted by relevance

/lib/liblwip/src/core/
Dudp.c159 u8_t broadcast; local
183 broadcast = ip_addr_isbroadcast(&current_iphdr_dest, inp);
243 (!broadcast && ip_addr_isany(&pcb->local_ip)) ||
249 (broadcast && ip_get_option(pcb, SOF_BROADCAST) &&
253 (broadcast &&
353 if ((broadcast || ip_addr_ismulticast(&current_iphdr_dest)) &&
363 ((!broadcast && ip_addr_isany(&mpcb->local_ip)) ||
369 (broadcast && ip_get_option(mpcb, SOF_BROADCAST)))) {
371 (broadcast))) {
415 if (!broadcast &&
/lib/liblwip/
DUPGRADING116 * Added SO_REUSE_RXTOALL to pass received UDP broadcast/multicast packets to
DCHANGELOG64 Added pbuf flags to mark incoming packets as link-layer broadcast/multicast.
65 Also added code to allow ip_forward() to forward non-broadcast packets to
113 * etharp.c: fixed bug #35595: Impossible to send broadcast without a gateway
246 * udp.c: fixed bug #34072: UDP broadcast is received from wrong UDP pcb if
354 new option SO_REUSE_RXTOALL to pass received UDP broadcast/multicast
1168 * icmp.c, opt.h: patch #6539: (configurable) response to broadcast- and multicast
1291 of broadcast packets even when this option wasn't set. Port maintainers
1293 If you want this option also filter broadcast on recv operations, you also
2755 * udp.c: Fixed bug #17200, added check for broadcast