Home
last modified time | relevance | path

Searched refs:sd_ndisc_event_t (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/systemd/
Dsd-ndisc.h58 typedef enum sd_ndisc_event_t { enum
64 } sd_ndisc_event_t; typedef
66 typedef void (*sd_ndisc_callback_t)(sd_ndisc *nd, sd_ndisc_event_t event, sd_ndisc_router *rt, void…
/systemd-251/src/libsystemd-network/
Dndisc-internal.h39 const char* ndisc_event_to_string(sd_ndisc_event_t e) _const_;
40 sd_ndisc_event_t ndisc_event_from_string(const char *s) _pure_;
Dsd-ndisc.c32 DEFINE_STRING_TABLE_LOOKUP(ndisc_event, sd_ndisc_event_t);
34 static void ndisc_callback(sd_ndisc *ndisc, sd_ndisc_event_t event, sd_ndisc_router *rt) { in ndisc_callback()
Dtest-ndisc-rs.c226 static void test_callback(sd_ndisc *nd, sd_ndisc_event_t event, sd_ndisc_router *rt, void *userdata… in test_callback()
/systemd-251/src/network/
Dtest-network-tables.c47 assert_cc(sizeof(sd_ndisc_event_t) == sizeof(int64_t)); in main()
Dnetworkd-ndisc.c1030 static void ndisc_handler(sd_ndisc *nd, sd_ndisc_event_t event, sd_ndisc_router *rt, void *userdata… in ndisc_handler()