Searched defs:parsenum (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 1083 parsenum(char *num) function 1099 * Mostly stolen from ipseckey.c. See the comments above parsenum() for why 1171 invalue = parsenum(algname);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipseckey.c | 317 parsenum(char *num, boolean_t bail, char *ebuf) function 380 tt->token = (int)parsenum(type, B_FALSE, ebuf); 655 invalue = parsenum(alg, B_FALSE, ebuf); 710 invalue = parsenum(type, B_FALSE, ebuf); 1741 htonl((uint32_t)parsenum(*argv, B_TRUE, 1773 htonl((uint32_t)parsenum(*argv, B_TRUE, 1794 (uint8_t)parsenum(*argv, B_TRUE, ebuf); 1868 srcport = parsenum(*argv, B_TRUE, ebuf); 1877 dstport = parsenum(*argv, B_TRUE, ebuf); 1888 isrcport = parsenum(*arg [all...] |
Completed in 56 milliseconds