Home
last modified time | relevance | path

Searched defs:rt (Results 1 – 18 of 18) sorted by relevance

/systemd-251/src/libsystemd-network/
Dndisc-router.c22 sd_ndisc_router *rt; in ndisc_router_new() local
37 int sd_ndisc_router_get_address(sd_ndisc_router *rt, struct in6_addr *ret_addr) { in sd_ndisc_router_get_address()
48 int sd_ndisc_router_get_timestamp(sd_ndisc_router *rt, clockid_t clock, uint64_t *ret) { in sd_ndisc_router_get_timestamp()
61 int sd_ndisc_router_get_raw(sd_ndisc_router *rt, const void **ret, size_t *size) { in sd_ndisc_router_get_raw()
72 int ndisc_router_parse(sd_ndisc *nd, sd_ndisc_router *rt) { in ndisc_router_parse()
216 int sd_ndisc_router_get_hop_limit(sd_ndisc_router *rt, uint8_t *ret) { in sd_ndisc_router_get_hop_limit()
224 int sd_ndisc_router_get_flags(sd_ndisc_router *rt, uint64_t *ret_flags) { in sd_ndisc_router_get_flags()
232 int sd_ndisc_router_get_lifetime(sd_ndisc_router *rt, uint16_t *ret_lifetime) { in sd_ndisc_router_get_lifetime()
240 int sd_ndisc_router_get_preference(sd_ndisc_router *rt, unsigned *ret) { in sd_ndisc_router_get_preference()
248 int sd_ndisc_router_get_mtu(sd_ndisc_router *rt, uint32_t *ret) { in sd_ndisc_router_get_mtu()
[all …]
Dndisc-router.h32 static inline void* NDISC_ROUTER_RAW(const sd_ndisc_router *rt) { in NDISC_ROUTER_RAW()
36 static inline void *NDISC_ROUTER_OPTION_DATA(const sd_ndisc_router *rt) { in NDISC_ROUTER_OPTION_DATA()
40 static inline uint8_t NDISC_ROUTER_OPTION_TYPE(const sd_ndisc_router *rt) { in NDISC_ROUTER_OPTION_TYPE()
43 static inline size_t NDISC_ROUTER_OPTION_LENGTH(const sd_ndisc_router *rt) { in NDISC_ROUTER_OPTION_LENGTH()
Dsd-ndisc.c34 static void ndisc_callback(sd_ndisc *ndisc, sd_ndisc_event_t event, sd_ndisc_router *rt) { in ndisc_callback()
182 static int ndisc_handle_datagram(sd_ndisc *nd, sd_ndisc_router *rt) { in ndisc_handle_datagram()
Dtest-ndisc-rs.c31 static void router_dump(sd_ndisc_router *rt) { in router_dump()
226 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/
Dnetworkd-ndisc.c222 static int ndisc_request_route(Route *in, Link *link, sd_ndisc_router *rt) { in ndisc_request_route()
270 static int ndisc_request_address(Address *in, Link *link, sd_ndisc_router *rt) { in ndisc_request_address()
296 static int ndisc_router_process_default(Link *link, sd_ndisc_router *rt) { in ndisc_router_process_default()
398 static int ndisc_router_process_autonomous_prefix(Link *link, sd_ndisc_router *rt) { in ndisc_router_process_autonomous_prefix()
492 static int ndisc_router_process_onlink_prefix(Link *link, sd_ndisc_router *rt) { in ndisc_router_process_onlink_prefix()
541 static int ndisc_router_process_prefix(Link *link, sd_ndisc_router *rt) { in ndisc_router_process_prefix()
591 static int ndisc_router_process_route(Link *link, sd_ndisc_router *rt) { in ndisc_router_process_route()
693 static int ndisc_router_process_rdnss(Link *link, sd_ndisc_router *rt) { in ndisc_router_process_rdnss()
787 static int ndisc_router_process_dnssl(Link *link, sd_ndisc_router *rt) { in ndisc_router_process_dnssl()
864 static int ndisc_router_process_options(Link *link, sd_ndisc_router *rt) { in ndisc_router_process_options()
[all …]
Dnetworkd-dhcp4.c583 Route *rt; in dhcp4_request_semi_static_routes() local
Dnetworkd-dhcp-common.c529 uint32_t rt; in config_parse_dhcp_or_ra_route_table() local
/systemd-251/src/test/
Dtest-mountpoint-util.c206 int rf, rt, rdf, rdt, rlf, rlt, rl1f, rl1t; in TEST() local
Dtest-time-util.c521 usec_t rt, mn, bt; in TEST() local
/systemd-251/src/login/
Dpam_systemd.c651 const char *rt) { in configure_runtime_directory()
727 char rt[STRLEN("/run/user/") + DECIMAL_STR_MAX(uid_t)]; in pam_sm_open_session() local
/systemd-251/src/resolve/
Dtest-resolved-stream.c342 _cleanup_free_ char *rt = NULL, *d = NULL; in try_isolate_network() local
/systemd-251/src/core/
Dexecute.c6526 static ExecRuntime* exec_runtime_free(ExecRuntime *rt, bool destroy) { in exec_runtime_free()
6565 static void exec_runtime_freep(ExecRuntime **rt) { in exec_runtime_freep()
6688 ExecRuntime *rt; in exec_runtime_acquire() local
6722 ExecRuntime *exec_runtime_unref(ExecRuntime *rt, bool destroy) { in exec_runtime_unref()
6736 ExecRuntime *rt; in exec_runtime_serialize() local
6799 ExecRuntime *rt; in exec_runtime_deserialize_compat() local
6999 ExecRuntime *rt; in exec_runtime_vacuum() local
Ddbus-manager.c1617 _cleanup_free_ char *ri = NULL, *rt = NULL; in method_switch_root() local
Dunit.c4715 ExecRuntime **rt; in unit_setup_exec_runtime() local
/systemd-251/src/libsystemd/sd-journal/
Djournal-verify.c1134 uint64_t q, rt; in journal_file_verify() local
Djournal-file.c2730 uint64_t rt; in test_object_realtime() local
/systemd-251/src/basic/
Dcgroup-util.c1047 _cleanup_free_ char *rt = NULL; in cg_shift_path() local
/systemd-251/src/shared/
Djson.c1114 JsonVariantType rt; in json_variant_has_type() local