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

/systemd/src/resolve/
H A Dresolved-dns-packet.c2067 uint16_t option_code, option_length; local
2074 option_length = unaligned_read_be16(p + 2);
2076 if (l < option_length + 4U)
2083 p += option_length + 4U;
2084 l -= option_length + 4U;

Completed in 958 milliseconds