Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h351 struct protent { struct
352 u_short protocol; /* PPP protocol number */
354 void (*init) __P((int unit));
358 void (*protrej) __P((int unit));
360 void (*lowerup) __P((int unit));
362 void (*lowerdown) __P((int unit));
364 void (*open) __P((int unit));
368 int (*printpkt) __P((u_char *pkt, int len,
374 char *name; /* Text name of protocol */
378 void (*check_options) __P((void));
[all …]