Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dppp_impl.h238 struct protent { struct
239 u_short protocol; /* PPP protocol number */
241 void (*init) (int unit);
243 void (*input) (int unit, u_char *pkt, int len);
245 void (*protrej) (int unit);
247 void (*lowerup) (int unit);
249 void (*lowerdown) (int unit);
251 void (*open) (int unit);
253 void (*close) (int unit, char *reason);
256 int (*printpkt) (u_char *pkt, int len,
[all …]