Searched defs:protent (Results 1 – 1 of 1) sorted by relevance
397 struct protent { struct398 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