Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dnetif.c64 #define NETIF_STATUS_CALLBACK(n) do{ if (n->status_callback) { (n->status_callback)(n); }}while(0) macro
66 #define NETIF_STATUS_CALLBACK(n) macro
458 NETIF_STATUS_CALLBACK(netif); in netif_set_up()
494 NETIF_STATUS_CALLBACK(netif); in netif_set_down()