Searched defs:broadcast (Results 1 – 7 of 7) sorted by relevance
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | raw.c | 68 raw_input_match(struct raw_pcb *pcb, u8_t broadcast) in raw_input_match() 133 u8_t broadcast = ip_addr_isbroadcast(ip_current_dest_addr(), ip_current_netif()); in raw_input() local
|
H A D | udp.c | 130 udp_input_local_match(struct udp_pcb *pcb, struct netif *inp, u8_t broadcast) in udp_input_local_match() 191 u8_t broadcast; in udp_input() local
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | raw.c | 69 raw_input_local_match(struct raw_pcb *pcb, u8_t broadcast) in raw_input_local_match() 140 u8_t broadcast = ip_addr_isbroadcast(ip_current_dest_addr(), ip_current_netif()); in raw_input() local
|
H A D | udp.c | 130 udp_input_local_match(struct udp_pcb *pcb, struct netif *inp, u8_t broadcast) in udp_input_local_match() 200 u8_t broadcast; in udp_input() local
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | udp.c | 159 u8_t broadcast; local
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/unit/dhcp/ |
H A D | test_dhcp.c | 11 static const u8_t broadcast[6] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/dhcp/ |
H A D | test_dhcp.c | 11 static const u8_t broadcast[6] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable
|