HomeSort by: relevance | last modified time | path
    Searched defs:opt_max (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
if-options.c 708 size_t *vsio_lenp = NULL, opt_max, opt_header; local
950 opt_max = UINT8_MAX;
959 opt_max = UINT16_MAX;
988 i = (int)strtoi(fp, NULL, 0, 1, (intmax_t)opt_max, &e);
994 opt_max);
1066 opt_max -= opt_header + vsio_so->len;
1067 if (opt_header + dl > opt_max) {

Completed in 43 milliseconds