Home
last modified time | relevance | path

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

/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/netif/ppp/
H A Dppp.h274 struct protent { struct
277 void (*init) (int unit);
281 void (*protrej) (int unit);
283 void (*lowerup) (int unit);
285 void (*lowerdown) (int unit);
287 void (*open) (int unit);
289 void (*close) (int unit, char *reason);
292 int (*printpkt) (u_char *pkt, int len,
302 void (*check_options) (u_long);
304 int (*demand_conf) (int unit);
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/netif/ppp/
H A Dppp.h263 struct protent { struct
264 u_short protocol; /* PPP protocol number */
266 void (*init) (int unit);
268 void (*input) (int unit, u_char *pkt, int len);
270 void (*protrej) (int unit);
272 void (*lowerup) (int unit);
274 void (*lowerdown) (int unit);
276 void (*open) (int unit);
278 void (*close) (int unit, char *reason);
287 int enabled_flag; /* 0 iff protocol is disabled */
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/netif/ppp/
H A Dppp.h263 struct protent { struct
264 u_short protocol; /* PPP protocol number */
266 void (*init) (int unit);
268 void (*input) (int unit, u_char *pkt, int len);
270 void (*protrej) (int unit);
272 void (*lowerup) (int unit);
274 void (*lowerdown) (int unit);
276 void (*open) (int unit);
278 void (*close) (int unit, char *reason);
287 int enabled_flag; /* 0 iff protocol is disabled */
[all …]