Searched refs:broadcast (Results 1 – 3 of 3) sorted by relevance
159 u8_t broadcast; local183 broadcast = ip_addr_isbroadcast(¤t_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(¤t_iphdr_dest)) &&363 ((!broadcast && ip_addr_isany(&mpcb->local_ip)) ||369 (broadcast && ip_get_option(mpcb, SOF_BROADCAST)))) {371 (broadcast))) {415 if (!broadcast &&
116 * Added SO_REUSE_RXTOALL to pass received UDP broadcast/multicast packets to
64 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 to113 * etharp.c: fixed bug #35595: Impossible to send broadcast without a gateway246 * udp.c: fixed bug #34072: UDP broadcast is received from wrong UDP pcb if354 new option SO_REUSE_RXTOALL to pass received UDP broadcast/multicast1168 * icmp.c, opt.h: patch #6539: (configurable) response to broadcast- and multicast1291 of broadcast packets even when this option wasn't set. Port maintainers1293 If you want this option also filter broadcast on recv operations, you also2755 * udp.c: Fixed bug #17200, added check for broadcast