Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Dproto_tcp.c72 numfromstr(const char *str, intmax_t minnum, intmax_t maxnum, intmax_t *nump) in numfromstr() function
153 if (numfromstr(pp + 1, 1, 65535, &port) == -1) in tcp_addr()
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c78 numfromstr(const char *str, intmax_t minnum, intmax_t maxnum, intmax_t *nump) in numfromstr() function
159 if (numfromstr(pp + 1, 1, 65535, &port) < 0) in tcp_addr()