Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h344 struct protent { struct
345 u_short protocol; /* PPP protocol number */
347 void (*init) __P((int unit));
349 void (*input) __P((int unit, u_char *pkt, int len));
351 void (*protrej) __P((int unit));
353 void (*lowerup) __P((int unit));
355 void (*lowerdown) __P((int unit));
357 void (*open) __P((int unit));
359 void (*close) __P((int unit, char *reason));
361 int (*printpkt) __P((u_char *pkt, int len,
[all …]