Home
last modified time | relevance | path

Searched defs:ll (Results 1 – 15 of 15) sorted by relevance

/systemd-251/src/libsystemd-network/
Dsd-ipv4ll.c28 #define IPV4LL_DONT_DESTROY(ll) \ argument
55 #define log_ipv4ll_errno(ll, error, fmt, ...) \ argument
60 #define log_ipv4ll(ll, fmt, ...) \ argument
69 static sd_ipv4ll *ipv4ll_free(sd_ipv4ll *ll) { in ipv4ll_free()
107 int sd_ipv4ll_stop(sd_ipv4ll *ll) { in sd_ipv4ll_stop()
114 int sd_ipv4ll_set_ifindex(sd_ipv4ll *ll, int ifindex) { in sd_ipv4ll_set_ifindex()
122 int sd_ipv4ll_get_ifindex(sd_ipv4ll *ll) { in sd_ipv4ll_get_ifindex()
129 int sd_ipv4ll_set_ifname(sd_ipv4ll *ll, const char *ifname) { in sd_ipv4ll_set_ifname()
136 int sd_ipv4ll_get_ifname(sd_ipv4ll *ll, const char **ret) { in sd_ipv4ll_get_ifname()
142 int sd_ipv4ll_set_mac(sd_ipv4ll *ll, const struct ether_addr *addr) { in sd_ipv4ll_set_mac()
[all …]
Dtest-ipv4ll.c29 static void basic_request_handler(sd_ipv4ll *ll, int event, void *userdata) { in basic_request_handler()
79 sd_ipv4ll *ll; in test_public_api_setters() local
127 sd_ipv4ll *ll; in test_basic_request() local
Dtest-ipv4ll-manual.c21 static void ll_handler(sd_ipv4ll *ll, int event, void *userdata) { in ll_handler()
46 sd_ipv4ll *ll; in client_run() local
Ddhcp-identifier.h46 } _packed_ ll; member
Dsd-dhcp-client.c60 } _packed_ ll; member
/systemd-251/src/network/
Dnetworkd-ipv4ll.c89 static int ipv4ll_address_claimed(sd_ipv4ll *ll, Link *link) { in ipv4ll_address_claimed()
110 static void ipv4ll_handler(sd_ipv4ll *ll, int event, void *userdata) { in ipv4ll_handler()
155 static int ipv4ll_check_mac(sd_ipv4ll *ll, const struct ether_addr *mac, void *userdata) { in ipv4ll_check_mac()
/systemd-251/src/core/
Dfuzz-unit-file.c46 const char *ll; in LLVMFuzzerTestOneInput() local
/systemd-251/src/import/
Dpull.c37 _cleanup_free_ char *ll = NULL; in normalize_local() local
106 _cleanup_free_ char *ll = NULL, *normalized = NULL; in pull_tar() local
179 _cleanup_free_ char *ll = NULL, *normalized = NULL; in pull_raw() local
Dimport.c32 _cleanup_free_ char *ll = NULL; in normalize_local() local
131 _cleanup_free_ char *ll = NULL, *normalized = NULL; in import_tar() local
203 _cleanup_free_ char *ll = NULL, *normalized = NULL; in import_raw() local
Dpull-common.c187 _cleanup_free_ char *last_component = NULL, *ll = NULL, *auxiliary_url = NULL; in pull_make_auxiliary_job() local
/systemd-251/src/machine/
Dmachinectl.c1841 _cleanup_free_ char *ll = NULL, *fn = NULL; in import_tar() local
1904 _cleanup_free_ char *ll = NULL, *fn = NULL; in import_raw() local
2120 _cleanup_free_ char *l = NULL, *ll = NULL; in pull_tar() local
2176 _cleanup_free_ char *l = NULL, *ll = NULL; in pull_raw() local
/systemd-251/src/basic/
Dsocket-util.h36 struct sockaddr_ll ll; member
/systemd-251/src/journal/
Djournald-context.c359 int r, ll; in client_context_read_log_level_max() local
/systemd-251/src/libsystemd/sd-journal/
Dsd-journal.c1067 unsigned long long ll; in sd_journal_test_cursor() local
/systemd-251/src/partition/
Drepart.c3178 const char *ll = label ?: prefix; in partition_acquire_label() local