Searched refs:static_down (Results 1 – 2 of 2) sorted by relevance
/busybox-1.35.0/docs/ |
D | ifupdown_design.txt | 28 return static_down(ifd, exec);
|
/busybox-1.35.0/networking/ |
D | ifupdown.c | 601 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 , },
|