Searched defs:_npppd_ppp (Results 1 – 1 of 1) sorted by relevance
442 struct _npppd_ppp { struct443 npppd *pppd;444 u_int id; /** Ppp Id */446 uint8_t *outpacket_buf; /** buffer space for output */447 npppd_iofunc send_packet; /** send to physical layer */448 npppd_iofunc recv_packet; /** recv from physical layer */451 struct event idle_event;453 int timeout_sec;456 int tunnel_type; /** PPP Tunnel Type */457 uint16_t tunnel_session_id; /** Tunnel Session Id */[all …]