Searched defs:protent (Results 1 – 3 of 3) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | ppp_impl.h | 238 struct protent { struct 241 void (*init) (int unit); 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, 266 void (*check_options) (u_long); 268 int (*demand_conf) (int unit); [all …]
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | ppp_impl.h | 281 struct protent { struct 282 u_short protocol; /* PPP protocol number */ 284 void (*init) (ppp_pcb *pcb); 286 void (*input) (ppp_pcb *pcb, u_char *pkt, int len); 288 void (*protrej) (ppp_pcb *pcb); 290 void (*lowerup) (ppp_pcb *pcb); 292 void (*lowerdown) (ppp_pcb *pcb); 294 void (*open) (ppp_pcb *pcb); 296 void (*close) (ppp_pcb *pcb, const char *reason); 299 int (*printpkt) (const u_char *pkt, int len, [all …]
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | ppp_impl.h | 277 struct protent { struct 278 u_short protocol; /* PPP protocol number */ 280 void (*init) (ppp_pcb *pcb); 282 void (*input) (ppp_pcb *pcb, u_char *pkt, int len); 284 void (*protrej) (ppp_pcb *pcb); 286 void (*lowerup) (ppp_pcb *pcb); 288 void (*lowerdown) (ppp_pcb *pcb); 290 void (*open) (ppp_pcb *pcb); 292 void (*close) (ppp_pcb *pcb, const char *reason); 295 int (*printpkt) (const u_char *pkt, int len, [all …]
|
Completed in 7 milliseconds