Home
last modified time | relevance | path

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

/external/dhcpcd/
Dclient.c128 struct if_state { struct
189 daemonise(struct if_state *state, const struct options *options) in daemonise()
390 get_old_lease(struct if_state *state) in get_old_lease()
462 client_setup(struct if_state *state, const struct options *options) in client_setup()
595 do_socket(struct if_state *state, int mode) in do_socket()
635 send_message(struct if_state *state, int type, const struct options *options) in send_message()
697 drop_config(struct if_state *state, const char *reason, in drop_config()
712 reduce_timers(struct if_state *state, const struct timeval *tv) in reduce_timers()
732 get_lowest_timer(struct if_state *state) in get_lowest_timer()
750 wait_for_fd(struct if_state *state, int *fd) in wait_for_fd()
[all …]
Ddhcpcd.h62 struct if_state { struct
86 struct if_state *state; argument
Darp.c114 struct if_state *state = iface->state; in handle_arp_packet()
204 struct if_state *state = iface->state; in send_arp_announce()
249 struct if_state *state = iface->state; in send_arp_probe()
Dbind.c124 struct if_state *state = iface->state; in bind_interface()
Ddhcpcd.c293 struct if_state *state = iface->state; in send_message()
490 struct if_state *state = iface->state; in handle_dhcp()
750 struct if_state *ifs = iface->state; in configure_interface1()
1191 struct if_state *ifs; in init_state()