Searched refs:en (Results 1 - 4 of 4) sorted by relevance

/systemd/src/libsystemd-network/
H A Ddhcp-identifier.c47 unaligned_write_be32(&duid->en.pen, SYSTEMD_PEN);
49 *len = sizeof(duid->type) + sizeof(duid->en);
52 directly; duid->en.id might not be aligned, so we need to copy */
54 memcpy(duid->en.id, &hash, sizeof(duid->en.id));
H A Ddhcp-identifier.h46 } _packed_ en; member in union:duid::__anon166
H A Dsd-dhcp6-client.c198 if (duid_len != sizeof(client->duid.en))
/systemd/src/shared/
H A Dconf-parser.h187 _cleanup_free_ char *en = NULL; \
190 en = strndup(word, l); \
191 if (!en) \
194 if ((x = name##_from_string(en)) < 0) { \
196 -x, msg ", ignoring: %s", en); \
205 en); \

Completed in 1837 milliseconds