Searched defs:try_int (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c1010 try_int(char *optarg, const char *what) function
1088 proto_number = try_int(optarg,
1105 increment = try_int(optarg,
1116 default_keylen = try_int(optarg,
1127 alg_number = try_int(optarg,
1133 mech_params[iv_len] = try_int(optarg,
1139 mech_params[mac_len] = try_int(optarg,
1145 mech_params[salt_bytes] = try_int(optarg,

Completed in 46 milliseconds