• Home
  • Raw
  • Download

Lines Matching refs:if_state

128 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()
861 handle_signal(int sig, struct if_state *state, const struct options *options) in handle_signal()
904 static int bind_dhcp(struct if_state *state, const struct options *options) in bind_dhcp()
1013 handle_timeout_fail(struct if_state *state, const struct options *options) in handle_timeout_fail()
1128 handle_timeout(struct if_state *state, const struct options *options) in handle_timeout()
1376 handle_dhcp(struct if_state *state, struct dhcp_message **dhcpp, in handle_dhcp()
1534 handle_dhcp_packet(struct if_state *state, const struct options *options) in handle_dhcp_packet()
1599 handle_arp_packet(struct if_state *state) in handle_arp_packet()
1667 handle_arp_fail(struct if_state *state, const struct options *options) in handle_arp_fail()
1725 handle_link(struct if_state *state) in handle_link()
1769 struct if_state *state = NULL; in dhcp_run()