Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
H A Darp.h68 struct arp_state { struct
69 TAILQ_ENTRY(arp_state) next;
78 void (*found_cb)(struct arp_state *, const struct arp_msg *); argument
79 void (*not_found_cb)(struct arp_state *); argument
80 void (*announced_cb)(struct arp_state *); argument
81 void (*defend_failed_cb)(struct arp_state *); argument
82 void (*free_cb)(struct arp_state *); argument
84 TAILQ_HEAD(arp_statehead, arp_state);
97 struct arp_state *arp_new(struct interface *, const struct in_addr *);
98 void arp_probe(struct arp_state *);
[all …]
H A Darp.c336 struct arp_state *astate = arg; in arp_read()
410 struct arp_state *
414 struct arp_state *astate; in arp_find()
486 struct arp_state *a2; in arp_announce()
518 struct arp_state *
521 struct arp_state *astate; in arp_ifannounceaddr()
537 struct arp_state *
563 struct arp_state *
567 struct arp_state *astate; in arp_new()
655 struct arp_state *astate; in arp_freeaddr()
[all …]
H A Dipv4ll.c177 ipv4ll_announced_arp(struct arp_state *astate) in ipv4ll_announced_arp()
190 ipv4ll_free_arp(struct arp_state *astate) in ipv4ll_free_arp()
222 struct arp_state *astate; in ipv4ll_not_found()
298 ipv4ll_not_found_arp(struct arp_state *astate) in ipv4ll_not_found_arp()
305 ipv4ll_found_arp(struct arp_state *astate, __unused const struct arp_msg *amsg) in ipv4ll_found_arp()
312 ipv4ll_defend_failed_arp(struct arp_state *astate) in ipv4ll_defend_failed_arp()
327 struct arp_state *astate; in ipv4ll_start()
H A Dipv4ll.h52 struct arp_state *arp;
H A Ddhcp.c131 static void dhcp_arp_found(struct arp_state *, const struct arp_msg *);
2096 dhcp_arp_announced(struct arp_state *state) in dhcp_arp_announced()
2104 dhcp_arp_defend_failed(struct arp_state *astate) in dhcp_arp_defend_failed()
2118 static void dhcp_arp_not_found(struct arp_state *);
2120 static struct arp_state *
2123 struct arp_state *astate; in dhcp_arp_new()
2147 struct arp_state *astate; in dhcp_arping()
2175 dhcp_arp_not_found(struct arp_state *astate) in dhcp_arp_not_found()
2191 dhcp_arp_found(struct arp_state *astate, const struct arp_msg *amsg) in dhcp_arp_found()
2493 struct arp_state *astate; in dhcp_arp_address()