Home
last modified time | relevance | path

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

/openbsd/usr.sbin/tcpdump/
H A Dprivsep.h73 size_t priv_getprotoentry(char *, size_t, int *);
H A Dprivsep.c704 priv_getprotoentry(char *name, size_t name_len, int *num) in priv_getprotoentry() function
H A Daddrtoname.c677 while (priv_getprotoentry(prot, sizeof(prot), &i) != 0) in init_ipprotoarray()