Home
last modified time | relevance | path

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

/AliOS-Things-master/components/netmgr/net/include/sys/
A Dipaddr.h88 #define IPADDR_BROADCAST ((u32_t)0xffffffffUL) macro
97 #define IPADDR_BROADCAST ((u32_t)0xffffffffUL) macro
106 #define INADDR_BROADCAST IPADDR_BROADCAST
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dip4_addr.c48 const ip_addr_t ip_addr_broadcast = IPADDR4_INIT(IPADDR_BROADCAST);
79 (IPADDR_BROADCAST & ~ip4_addr_get_u32(netif_ip4_netmask(netif))))) { in ip4_addr_isbroadcast_u32()
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dinet.h77 #define INADDR_BROADCAST IPADDR_BROADCAST
A Dip4_addr.h102 #define IPADDR_BROADCAST ((u32_t)0xffffffffUL) macro
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dinet.h81 #define INADDR_BROADCAST IPADDR_BROADCAST
A Dip4_addr.h100 #define IPADDR_BROADCAST ((u32_t)0xffffffffUL) macro
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_mib2_ip.c227 value->u32 = IPADDR_BROADCAST & 1; in ip_AddrTable_get_cell_value_core()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dudp.c174 ((ip4_current_dest_addr()->addr == IPADDR_BROADCAST)) || in udp_input_local_match()
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dppp.c1242 return IPADDR_BROADCAST; in get_mask()

Completed in 19 milliseconds