Home
last modified time | relevance | path

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

/openbsd/usr.sbin/pppd/
H A Dpppd.h154 struct protent { struct
155 u_short protocol; /* PPP protocol number */
157 void (*init)(int unit);
159 void (*input)(int unit, u_char *pkt, int len);
161 void (*protrej)(int unit);
186 extern struct protent *protocols[]; argument