Home
last modified time | relevance | path

Searched refs:zep_dst_ip_addr (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/netif/
Dzepif.c209 err = udp_sendto(state->pcb, q, state->init.zep_dst_ip_addr, state->init.zep_dst_udp_port); in zepif_linkoutput()
244 if (state->init.zep_dst_ip_addr == NULL) { in zepif_init()
246 state->init.zep_dst_ip_addr = IP_ADDR_BROADCAST; in zepif_init()
/third_party/lwip/src/include/netif/
Dzepif.h66 const ip_addr_t *zep_dst_ip_addr; member