Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/dhcp-server/
H A Ddhserver.c107 static dhcp_entry_t *entry_by_ip(uint32_t ip) in entry_by_ip()
116 static dhcp_entry_t *entry_by_mac(uint8_t *mac) in entry_by_mac()
125 static __inline bool is_vacant(dhcp_entry_t *entry) in is_vacant()
130 static dhcp_entry_t *vacant_address(void) in vacant_address()
139 static __inline void free_entry(dhcp_entry_t *entry) in free_entry()
232 dhcp_entry_t *entry; in udp_recv_proc()
H A Ddhserver.h49 } dhcp_entry_t; typedef
58 dhcp_entry_t *entries;
/btstack/example/
H A Dpan_lwip_http_server.c217 static dhcp_entry_t entries[NUM_DHCP_ENTRY] =