Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Dtest-dhcp-option.c16 uint8_t sname[64]; member
110 uint8_t *sname, uint8_t snamelen) { in create_message() argument
119 memcpy_safe(&message->sname, sname, snamelen); in create_message()
172 descoption = &desc->sname[0]; in test_options_cb()
233 uint8_t *sname = NULL; in test_options() local
247 sname = &desc->sname[0]; in test_options()
257 sname, snamelen); in test_options()
354 printf("%2u: 0x%02x(0x%02x) (sname)\n", i, result->sname[i], in test_option_set()
356 assert_se(result->sname[i] == the_options[i + 9]); in test_option_set()
Ddhcp-option.c261 if (sname_offset < sizeof(message->sname)) { in dhcp_option_append()
263 … r = option_append(message->sname, sizeof(message->sname), &sname_offset, code, optlen, optval); in dhcp_option_append()
386 …r = parse_options(message->sname, sizeof(message->sname), NULL, &message_type, &error_message, cb,… in dhcp_option_parse()
Ddhcp-protocol.h28 uint8_t sname[64]; member