Home
last modified time | relevance | path

Searched refs:USERCLASS_MAX_LEN (Results 1 – 2 of 2) sorted by relevance

/external/dhcpcd/
Dif-options.h48 #define USERCLASS_MAX_LEN 255 macro
106 uint8_t userclass[USERCLASS_MAX_LEN + 2];
Dif-options.c449 s = USERCLASS_MAX_LEN - ifo->userclass[0] - 1; in parse_option()