Searched refs:parse_options (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/libsystemd-network/ ! |
D | dhcp-option.c | 276 static int parse_options(const uint8_t options[], size_t buflen, uint8_t *overload, in parse_options() function 375 … r = parse_options(message->options, len, &overload, &message_type, &error_message, cb, userdata); in dhcp_option_parse() 380 …r = parse_options(message->file, sizeof(message->file), NULL, &message_type, &error_message, cb, u… in dhcp_option_parse() 386 …r = parse_options(message->sname, sizeof(message->sname), NULL, &message_type, &error_message, cb,… in dhcp_option_parse()
|
/systemd-251/src/veritysetup/ ! |
D | veritysetup.c | 65 static int parse_options(const char *options) { in parse_options() function 173 r = parse_options(options); in run()
|
/systemd-251/src/cryptsetup/ ! |
D | cryptsetup.c | 440 static int parse_options(const char *options) { in parse_options() function 1775 r = parse_options(options); in run()
|