Home
last modified time | relevance | path

Searched refs:snamelen (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/libsystemd-network/
Dtest-dhcp-option.c17 int snamelen; member
110 uint8_t *sname, uint8_t snamelen) { in create_message() argument
119 memcpy_safe(&message->sname, sname, snamelen); in create_message()
173 desclen = &desc->snamelen; in test_options_cb()
224 if (desc->snamepos != -1 && desc->snamepos == desc->snamelen) in test_options_cb()
236 int snamelen = 0; in test_options() local
248 snamelen = desc->snamelen; in test_options()
249 if (!snamelen) in test_options()
257 sname, snamelen); in test_options()
376 if (!desc->success || desc->snamelen > 0 || desc->filelen > 0) in main()