Searched defs:protent (Results 1 – 1 of 1) sorted by relevance
391 struct protent { struct392 u_short protocol; /* PPP protocol number */394 void (*init) __P((int unit));396 void (*input) __P((int unit, u_char *pkt, int len));398 void (*protrej) __P((int unit));400 void (*lowerup) __P((int unit));402 void (*lowerdown) __P((int unit));426 extern struct protent *protocols[]; argument