Searched refs:interface_defn_t (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Difupdown.c38 struct interface_defn_t;
44 int (*up)(struct interface_defn_t *ifd, execfn *e);
45 int (*down)(struct interface_defn_t *ifd, execfn *e);
73 struct interface_defn_t { struct
132 static char *get_var(const char *id, size_t idlen, struct interface_defn_t *ifd)
190 static char *parse(const char *command, struct interface_defn_t *ifd)
295 static int execute(const char *command, struct interface_defn_t *ifd, execfn *exec)
317 static int loopback_up6(struct interface_defn_t *ifd, execfn *exec)
329 static int loopback_down6(struct interface_defn_t *ifd, execfn *exec)
338 static int static_up6(struct interface_defn_t *if
[all...]

Completed in 38 milliseconds