Searched refs:ratoi (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/ipf/lib/ |
H A D | addicmp.c | 38 if (!ratoi(**cp, &i, 0, 255)) { 72 if (!ratoi(**cp, &i, 0, 255)) {
|
H A D | ratoi.c | 12 int ratoi(ps, pi, min, max) in ratoi() function
|
H A D | icmpcode.c | 36 if (!ratoi(str, &i, 0, 255))
|
H A D | portnum.c | 29 if (ratoi(name, &i, 0, USHRT_MAX)) {
|
H A D | Makefile | 50 printsbuf.o printstate.o printtunable.o ratoi.o \
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ipf.h | 280 extern int ratoi __P((char *, int *, int, int));
|