HomeSort by: relevance | last modified time | path
    Searched defs:str2val (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
str2val.c 1 /* $NetBSD: str2val.c,v 1.5 2025/03/07 15:55:30 christos Exp $ */
3 /* $KAME: str2val.c,v 1.11 2001/08/16 14:37:29 itojun Exp $ */
43 #include "str2val.h"
76 str2val(const char *str, int base, size_t *len) function
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
test_dh.c 254 str2val(const char *str, int base, size_t *len) function
306 prime = (unsigned char *)str2val(str, 16, &len);
  /src/usr.sbin/traceroute/
traceroute.c 421 static int str2val(const char *, const char *, int, int);
509 first_ttl = str2val(optarg, "first ttl", 1, 255);
536 max_ttl = str2val(optarg, "max ttl", 1, 255);
548 port = (u_short)str2val(optarg, "port",
553 nprobes = str2val(optarg, "nprobes", 1, -1);
569 tos = str2val(optarg, "tos", 0, 255);
582 waittime = str2val(optarg, "wait time",
587 pausemsecs = str2val(optarg, "pause msecs",
623 packlen = str2val(argv[optind + 1],
1723 str2val(const char *str, const char *what, int mi, int ma function
    [all...]

Completed in 41 milliseconds