Searched refs:execfn (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.c40 typedef int execfn(char *command); typedef
44 int (*up)(struct interface_defn_t *ifd, execfn *e);
45 int (*down)(struct interface_defn_t *ifd, execfn *e);
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 *ifd, execfn *exec)
354 static int static_down6(struct interface_defn_t *ifd, execfn *exec)
364 static int v4tunnel_up(struct interface_defn_t *ifd, execfn *exec)
375 static int v4tunnel_down(struct interface_defn_t * ifd, execfn * exe
[all...]

Completed in 101 milliseconds