Home
last modified time | relevance | path

Searched refs:priostr (Results 1 – 1 of 1) sorted by relevance

/openbsd/sbin/route/
H A Droute.c1660 getpriority(char *priostr) in getpriority() argument
1665 switch (keyword(priostr)) { in getpriority()
1685 prio = strtonum(priostr, -RTP_MAX, RTP_MAX, &errstr); in getpriority()
1687 errx(1, "priority is %s: %s", errstr, priostr); in getpriority()