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