Home
last modified time | relevance | path

Searched refs:sd_ndisc (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/systemd/
Dsd-ndisc.h55 typedef struct sd_ndisc sd_ndisc; typedef
66 typedef void (*sd_ndisc_callback_t)(sd_ndisc *nd, sd_ndisc_event_t event, sd_ndisc_router *rt, void…
68 int sd_ndisc_new(sd_ndisc **ret);
69 sd_ndisc *sd_ndisc_ref(sd_ndisc *nd);
70 sd_ndisc *sd_ndisc_unref(sd_ndisc *nd);
72 int sd_ndisc_start(sd_ndisc *nd);
73 int sd_ndisc_stop(sd_ndisc *nd);
75 int sd_ndisc_attach_event(sd_ndisc *nd, sd_event *event, int64_t priority);
76 int sd_ndisc_detach_event(sd_ndisc *nd);
77 sd_event *sd_ndisc_get_event(sd_ndisc *nd);
[all …]
/systemd-251/src/libsystemd-network/
Dsd-ndisc.c34 static void ndisc_callback(sd_ndisc *ndisc, sd_ndisc_event_t event, sd_ndisc_router *rt) { in ndisc_callback()
46 sd_ndisc *nd, in sd_ndisc_set_callback()
58 int sd_ndisc_set_ifindex(sd_ndisc *nd, int ifindex) { in sd_ndisc_set_ifindex()
67 int sd_ndisc_set_ifname(sd_ndisc *nd, const char *ifname) { in sd_ndisc_set_ifname()
77 int sd_ndisc_get_ifname(sd_ndisc *nd, const char **ret) { in sd_ndisc_get_ifname()
92 int sd_ndisc_set_mac(sd_ndisc *nd, const struct ether_addr *mac_addr) { in sd_ndisc_set_mac()
103 int sd_ndisc_attach_event(sd_ndisc *nd, sd_event *event, int64_t priority) { in sd_ndisc_attach_event()
123 int sd_ndisc_detach_event(sd_ndisc *nd) { in sd_ndisc_detach_event()
132 sd_event *sd_ndisc_get_event(sd_ndisc *nd) { in sd_ndisc_get_event()
138 static void ndisc_reset(sd_ndisc *nd) { in ndisc_reset()
[all …]
Dndisc-internal.h17 struct sd_ndisc { struct
45 sd_ndisc, ndisc, \ argument
50 sd_ndisc, ndisc, \
Dtest-ndisc-rs.c26 static sd_ndisc *test_timeout_nd;
226 static void test_callback(sd_ndisc *nd, sd_ndisc_event_t event, sd_ndisc_router *rt, void *userdata… in test_callback()
262 sd_ndisc *nd; in TEST()
301 sd_ndisc *nd = test_timeout_nd; in test_timeout_value()
349 sd_ndisc *nd; in TEST()
Dndisc-router.h48 int ndisc_router_parse(sd_ndisc *nd, sd_ndisc_router *rt);
Dfuzz-ndisc-rs.c44 _cleanup_(sd_ndisc_unrefp) sd_ndisc *nd = NULL; in LLVMFuzzerTestOneInput()
Dndisc-router.c72 int ndisc_router_parse(sd_ndisc *nd, sd_ndisc_router *rt) { in ndisc_router_parse()
/systemd-251/src/network/
Dnetworkd-link.h148 sd_ndisc *ndisc;
Dnetworkd-ndisc.c1030 static void ndisc_handler(sd_ndisc *nd, sd_ndisc_event_t event, sd_ndisc_router *rt, void *userdata… in ndisc_handler()