Home
last modified time | relevance | path

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

/busybox-1.35.0/docs/
Difupdown_design.txt28 return static_down(ifd, exec);
/busybox-1.35.0/networking/
Difupdown.c601 static int FAST_FUNC static_down(struct interface_defn_t *ifd, execfn *exec) in static_down() function
715 result += static_down(ifd, exec); in dhcp_down()
732 result += static_down(ifd, exec); in dhcp_down()
781 { "static" , static_up , static_down , },
782 { "bootp" , bootp_up , static_down , },