OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arp_state
(Results
1 - 5
of
5
) sorted by null
/external/dhcpcd-6.8.2/
arp.h
53
struct
arp_state
{
struct
54
TAILQ_ENTRY(
arp_state
) next;
57
void (*probed_cb)(struct
arp_state
*);
58
void (*announced_cb)(struct
arp_state
*);
59
void (*conflicted_cb)(struct
arp_state
*, const struct arp_msg *);
69
TAILQ_HEAD(arp_statehead,
arp_state
);
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
...]
arp.c
103
arp_report_conflicted(const struct
arp_state
*astate, const struct arp_msg *amsg)
131
struct
arp_state
*astate, *astaten;
213
struct
arp_state
*astate = arg;
227
struct
arp_state
*astate = arg;
250
arp_announce(struct
arp_state
*astate)
261
struct
arp_state
*astate = arg;
269
struct
arp_state
*astate = arg;
298
arp_probe(struct
arp_state
*astate)
308
static struct
arp_state
*
311
struct
arp_state
*astate
[
all
...]
ipv4ll.c
73
ipv4ll_pick_addr(const struct
arp_state
*astate)
105
ipv4ll_probed(struct
arp_state
*astate)
130
ipv4ll_announced(struct
arp_state
*astate)
150
ipv4ll_conflicted(struct
arp_state
*astate, const struct arp_msg *amsg)
210
struct
arp_state
*astate;
dhcp.h
253
struct
arp_state
*arp_ipv4ll;
307
void dhcp_bind(struct interface *, struct
arp_state
*);
dhcp.c
[
all
...]
Completed in 886 milliseconds