Symbol: str2val
crypto/dist/ipsec-tools/src/racoon/backupsa.c
284
sa_args.keymat = str2val(p, 16, &keymatlen);
crypto/dist/ipsec-tools/src/racoon/eaytest.c
659
data.v = str2val("\
crypto/dist/ipsec-tools/src/racoon/eaytest.c
663
key.v = str2val("f59bd70f 81b9b9cc 2a32c7fd 229a4b37", 16, &key.l);
crypto/dist/ipsec-tools/src/racoon/eaytest.c
664
iv0.v = str2val("26b68c90 9467b4ab 7ec29fa0 0b696b55", 16, &iv0.l);
crypto/dist/ipsec-tools/src/racoon/eaytest.c
767
mod.v = str2val(r_hmd5, 16, &mod.l);
crypto/dist/ipsec-tools/src/racoon/eaytest.c
782
mod.v = str2val(r_hmd5, 16, &mod.l);
crypto/dist/ipsec-tools/src/racoon/eaytest.c
794
mod.v = str2val(r_hsha1, 16, &mod.l);
crypto/dist/ipsec-tools/src/racoon/eaytest.c
809
mod.v = str2val(r_hsha1, 16, &mod.l);
crypto/dist/ipsec-tools/src/racoon/eaytest.c
822
mod.v = str2val(r_hsha2, 16, &mod.l);
crypto/dist/ipsec-tools/src/racoon/eaytest.c
940
p1.v = str2val(px[i].p, 16, &p1.l);
crypto/dist/ipsec-tools/src/racoon/eaytest.c
941
p2.v = str2val(px[i].p, 16, &p2.l);
crypto/dist/ipsec-tools/src/racoon/localconf.c
259
k = str2val(p + 2, 16, &keylen);
crypto/dist/ipsec-tools/src/racoon/oakley.c
105
buf.v = str2val((s), 16, &buf.l); \
crypto/dist/ipsec-tools/src/racoon/str2val.h
38
extern char *str2val(const char *, int, size_t *);
usr.sbin/traceroute/traceroute.c
421
static int str2val(const char *, const char *, int, int);
usr.sbin/traceroute/traceroute.c
509
first_ttl = str2val(optarg, "first ttl", 1, 255);
usr.sbin/traceroute/traceroute.c
536
max_ttl = str2val(optarg, "max ttl", 1, 255);
usr.sbin/traceroute/traceroute.c
548
port = (u_short)str2val(optarg, "port",
usr.sbin/traceroute/traceroute.c
553
nprobes = str2val(optarg, "nprobes", 1, -1);
usr.sbin/traceroute/traceroute.c
569
tos = str2val(optarg, "tos", 0, 255);
usr.sbin/traceroute/traceroute.c
582
waittime = str2val(optarg, "wait time",
usr.sbin/traceroute/traceroute.c
587
pausemsecs = str2val(optarg, "pause msecs",
usr.sbin/traceroute/traceroute.c
623
packlen = str2val(argv[optind + 1],