Home
last modified time | relevance | path

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

/openbsd/usr.sbin/tcpdump/
H A Dprint-ppp.c65 struct protonames { struct
70 static const struct protonames protonames[] = { variable
319 const struct protonames *protoname; in ppp_protoname()
323 for (i = 0; i < nitems(protonames); i++) { in ppp_protoname()
324 protoname = &protonames[i]; in ppp_protoname()