• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/

Lines Matching refs:interface_defn_t

38 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 {
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 *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 * exec)
397 static int loopback_up(struct interface_defn_t *ifd, execfn *exec)
409 static int loopback_down(struct interface_defn_t *ifd, execfn *exec)
421 static int static_up(struct interface_defn_t *ifd, execfn *exec)
443 static int static_down(struct interface_defn_t *ifd, execfn *exec)
484 static int dhcp_up(struct interface_defn_t *ifd, execfn *exec)
513 static int dhcp_down(struct interface_defn_t *ifd, execfn *exec)
531 static int manual_up_down(struct interface_defn_t *ifd, execfn *exec)
536 static int bootp_up(struct interface_defn_t *ifd, execfn *exec)
543 static int ppp_up(struct interface_defn_t *ifd, execfn *exec)
548 static int ppp_down(struct interface_defn_t *ifd, execfn *exec)
553 static int wvdial_up(struct interface_defn_t *ifd, execfn *exec)
559 static int wvdial_down(struct interface_defn_t *ifd, execfn *exec)
664 struct interface_defn_t *currif = NULL;
728 currif = xzalloc(sizeof(struct interface_defn_t));
761 struct interface_defn_t *tmp = (struct interface_defn_t *) iface_list->data;
892 static void set_environ(struct interface_defn_t *iface, const char *mode)
953 static int execute_all(struct interface_defn_t *ifd, const char *opt)
975 static int iface_up(struct interface_defn_t *iface)
985 static int iface_down(struct interface_defn_t *iface)
1139 int (*cmds)(struct interface_defn_t *) = NULL;
1179 struct interface_defn_t *currif;
1238 currif = (struct interface_defn_t *) iface_list->data;