Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Ddhcp.h274 char *decode_rfc3361(const uint8_t *, size_t);
Ddhcp-common.c600 if ((tmp = decode_rfc3361(data, dl)) == NULL) in print_option()
Ddhcp.c408 decode_rfc3361(const uint8_t *data, size_t dl) in decode_rfc3361() function