Searched defs:parse_options (Results 1 - 2 of 2) sorted by relevance

/systemd/src/libsystemd-network/
H A Ddhcp-option.c142 static int parse_options(const uint8_t options[], size_t buflen, uint8_t *overload, function
243 r = parse_options(message->options, len, &overload, &message_type, &error_message, cb, userdata);
248 r = parse_options(message->file, sizeof(message->file), NULL, &message_type, &error_message, cb, userdata);
254 r = parse_options(message->sname, sizeof(message->sname), NULL, &message_type, &error_message, cb, userdata);
/systemd/src/cryptsetup/
H A Dcryptsetup.c211 static int parse_options(const char *options) { function
631 if (parse_options(argv[5]) < 0)

Completed in 273 milliseconds