Searched defs:ifd (Results 1 – 4 of 4) sorted by relevance
/busybox-1.35.0/networking/ |
D | ifupdown.c | 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() 489 static int FAST_FUNC static_up6(struct interface_defn_t *ifd, execfn *exec) in static_up6() 505 static int FAST_FUNC static_down6(struct interface_defn_t *ifd, execfn *exec) in static_down6() 517 static int FAST_FUNC v4tunnel_up(struct interface_defn_t *ifd, execfn *exec) in v4tunnel_up() 529 static int FAST_FUNC v4tunnel_down(struct interface_defn_t * ifd, execfn * exec) in v4tunnel_down() 555 static int FAST_FUNC loopback_up(struct interface_defn_t *ifd, execfn *exec) in loopback_up() [all …]
|
/busybox-1.35.0/coreutils/ |
D | dd.c | 111 ifd = STDIN_FILENO, enumerator
|
/busybox-1.35.0/archival/ |
D | gzip.c | 385 #define ifd STDIN_FILENO /* input file descriptor */ macro
|
/busybox-1.35.0/include/ |
D | libbb.h | 847 int ifd; member
|