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

  /src/lib/libradius/
radlib.c 426 const char *port_str; local in function:rad_config
502 port_str = strsep(&res, ":");
503 if (port_str != NULL) {
504 port = (int)strtoul(port_str, &end, 10);
radlib.c 426 const char *port_str; local in function:rad_config
502 port_str = strsep(&res, ":");
503 if (port_str != NULL) {
504 port = (int)strtoul(port_str, &end, 10);

Completed in 38 milliseconds