Symbols
loading...
Files
loading...

netif_set_down() function

Bring an interface down, disabling any traffic processing.

Syntax

void netif_set_down(struct netif *netif);
Implemented in netif.c:918

Arguments

netif

Examples

netif_set_down() is referenced by 35 libraries and example projects.

References

LocationReferrerText
netif.c:919
netif_set_down(struct netif *netif)
netif.h:457
void netif_set_down(struct netif *netif);
netif.c:777netif_remove()
netif_set_down(netif);

Call Tree

Functions calling netif_set_down()
Functions called by netif_set_down()
all items filtered out
netif_set_down()
printf()
all items filtered out
Data read by netif_set_down()
Data written by netif_set_down()
netif_set_down()
all items filtered out