Home
last modified time | relevance | path

Searched defs:protent (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.sbin/pppd/
Dpppd.h155 struct protent { struct
156 u_short protocol; /* PPP protocol number */
158 void (*init)(int unit);
160 void (*input)(int unit, u_char *pkt, int len);
162 void (*protrej)(int unit);
187 extern struct protent *protocols[]; argument