Searched refs:numfromstr (Results 1 – 2 of 2) sorted by relevance
/freebsd/sbin/hastd/ |
H A D | proto_tcp.c | 72 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 D | proto_tcp.c | 78 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()
|