Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dpppd.h397 struct protent { struct
398 u_short protocol; /* PPP protocol number */
400 void (*init) __P((int unit));
402 void (*input) __P((int unit, u_char *pkt, int len));
404 void (*protrej) __P((int unit));
406 void (*lowerup) __P((int unit));
431 extern struct protent *protocols[]; argument