Searched refs:arp_state (Results 1 – 5 of 5) sorted by relevance
/external/dhcpcd-6.8.2/ |
D | arp.h | 53 struct arp_state { struct 54 TAILQ_ENTRY(arp_state) next; 57 void (*probed_cb)(struct arp_state *); argument 58 void (*announced_cb)(struct arp_state *); argument 59 void (*conflicted_cb)(struct arp_state *, const struct arp_msg *); argument 69 TAILQ_HEAD(arp_statehead, arp_state); argument 72 void arp_report_conflicted(const struct arp_state *, const struct arp_msg *); 73 void arp_announce(struct arp_state *); 74 void arp_probe(struct arp_state *); 75 struct arp_state *arp_new(struct interface *, const struct in_addr *); [all …]
|
D | arp.c | 103 arp_report_conflicted(const struct arp_state *astate, const struct arp_msg *amsg) in arp_report_conflicted() 131 struct arp_state *astate, *astaten; in arp_packet() 213 struct arp_state *astate = arg; in arp_announced() 227 struct arp_state *astate = arg; in arp_announce1() 250 arp_announce(struct arp_state *astate) in arp_announce() 261 struct arp_state *astate = arg; in arp_probed() 269 struct arp_state *astate = arg; in arp_probe1() 298 arp_probe(struct arp_state *astate) in arp_probe() 308 static struct arp_state * 311 struct arp_state *astate; in arp_find() [all …]
|
D | ipv4ll.c | 73 ipv4ll_pick_addr(const struct arp_state *astate) in ipv4ll_pick_addr() 105 ipv4ll_probed(struct arp_state *astate) in ipv4ll_probed() 130 ipv4ll_announced(struct arp_state *astate) in ipv4ll_announced() 150 ipv4ll_conflicted(struct arp_state *astate, const struct arp_msg *amsg) in ipv4ll_conflicted() 210 struct arp_state *astate; in ipv4ll_start()
|
D | dhcp.h | 253 struct arp_state *arp_ipv4ll; 307 void dhcp_bind(struct interface *, struct arp_state *);
|
D | dhcp.c | 1907 dhcp_arp_announced(struct arp_state *astate) in dhcp_arp_announced() 2062 dhcp_bind(struct interface *ifp, struct arp_state *astate) in dhcp_bind() 2574 dhcp_probe_gw_timeout(struct arp_state *astate) in dhcp_probe_gw_timeout() 2603 dhcp_probe_gw_response(struct arp_state *astate, const struct arp_msg *amsg) in dhcp_probe_gw_response() 2634 struct arp_state *astate; in dhcp_probe_gw() 2657 struct arp_state *astate; in start_unicast_arp() 2691 dhcp_arp_probed(struct arp_state *astate) in dhcp_arp_probed() 2727 dhcp_arp_conflicted(struct arp_state *astate, const struct arp_msg *amsg) in dhcp_arp_conflicted() 2837 struct arp_state *astate; in dhcp_handledhcp() 3583 struct arp_state *astate; in dhcp_start1()
|