Home
last modified time | relevance | path

Searched refs:fd_list (Results 1 – 5 of 5) sorted by relevance

/external/dhcpcd/
Dcontrol.h33 struct fd_list { struct
36 struct fd_list *next; argument
38 extern struct fd_list *fds;
Dcontrol.c50 struct fd_list *fds = NULL;
55 struct fd_list *l, *last = NULL; in remove_control_data()
75 struct fd_list *l = arg; in handle_control_data()
105 struct fd_list *l; in handle_control()
156 struct fd_list *l, *ll; in stop_control()
Ddhcpcd.h125 int handle_args(struct fd_list *, int, char **);
Dconfigure.c303 const struct fd_list *fd; in run_script()
Ddhcpcd.c1552 handle_args(struct fd_list *fd, int argc, char **argv) in handle_args()