Searched refs:interface_defn_t (Results 1 – 2 of 2) sorted by relevance
/busybox-1.35.0/networking/ |
D | ifupdown.c | 160 struct interface_defn_t; 166 int (*up)(struct interface_defn_t *ifd, execfn *e) FAST_FUNC; 167 int (*down)(struct interface_defn_t *ifd, execfn *e) FAST_FUNC; 194 struct interface_defn_t { struct 267 static char *get_var(const char *id, size_t idlen, struct interface_defn_t *ifd) in get_var() 328 static char *parse(const char *command, struct interface_defn_t *ifd) in parse() 438 static int execute(const char *command, struct interface_defn_t *ifd, execfn *exec) in execute() 463 static int FAST_FUNC loopback_up6(struct interface_defn_t *ifd, execfn *exec) in loopback_up6() 475 static int FAST_FUNC loopback_down6(struct interface_defn_t *ifd, execfn *exec) in loopback_down6() 484 static int FAST_FUNC manual_up_down6(struct interface_defn_t *ifd UNUSED_PARAM, execfn *exec UNUSED… in manual_up_down6() [all …]
|
/busybox-1.35.0/docs/ |
D | ifupdown_design.txt | 19 static int dhcp_down(struct interface_defn_t *ifd, execfn *exec)
|