Searched defs:nd (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/libsystemd-network/ |
D | sd-ndisc.c | 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() 148 static sd_ndisc *ndisc_free(sd_ndisc *nd) { in ndisc_free() [all …]
|
D | test-ndisc-rs.c | 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() local 301 sd_ndisc *nd = test_timeout_nd; in test_timeout_value() local 349 sd_ndisc *nd; in TEST() local
|
D | ndisc-router.c | 72 int ndisc_router_parse(sd_ndisc *nd, sd_ndisc_router *rt) { in ndisc_router_parse()
|
/systemd-251/src/network/ |
D | networkd-ndisc.c | 1030 static void ndisc_handler(sd_ndisc *nd, sd_ndisc_event_t event, sd_ndisc_router *rt, void *userdata… in ndisc_handler()
|
/systemd-251/src/shared/ |
D | format-table.c | 536 TableData *nd, *od; in table_dedup_cell() local 759 TableData *nd, *od; in table_update() local
|