/systemd-251/src/libsystemd-network/ |
D | sd-ipv4ll.c | 28 #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 …]
|
D | test-ipv4ll.c | 29 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
|
D | test-ipv4ll-manual.c | 21 static void ll_handler(sd_ipv4ll *ll, int event, void *userdata) { in ll_handler() 46 sd_ipv4ll *ll; in client_run() local
|
D | dhcp-identifier.h | 46 } _packed_ ll; member
|
D | sd-dhcp-client.c | 60 } _packed_ ll; member
|
/systemd-251/src/network/ |
D | networkd-ipv4ll.c | 89 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/ |
D | fuzz-unit-file.c | 46 const char *ll; in LLVMFuzzerTestOneInput() local
|
/systemd-251/src/import/ |
D | pull.c | 37 _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
|
D | import.c | 32 _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
|
D | pull-common.c | 187 _cleanup_free_ char *last_component = NULL, *ll = NULL, *auxiliary_url = NULL; in pull_make_auxiliary_job() local
|
/systemd-251/src/machine/ |
D | machinectl.c | 1841 _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/ |
D | socket-util.h | 36 struct sockaddr_ll ll; member
|
/systemd-251/src/journal/ |
D | journald-context.c | 359 int r, ll; in client_context_read_log_level_max() local
|
/systemd-251/src/libsystemd/sd-journal/ |
D | sd-journal.c | 1067 unsigned long long ll; in sd_journal_test_cursor() local
|
/systemd-251/src/partition/ |
D | repart.c | 3178 const char *ll = label ?: prefix; in partition_acquire_label() local
|