Searched refs:pppoe_session_output (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.sbin/npppd/pppoe/ |
H A D | pppoe_session.c | 188 pppoe_session_output(pppoe_session *_this, int is_disc, u_char *pkt, in pppoe_session_output() function 271 if (pppoe_session_output(_this, 1, bytebuffer_pointer(buf), in pppoe_session_send_PADT() 344 if (pppoe_session_output(_this, 1, bytebuffer_pointer(buf), in pppoe_session_send_PADS() 447 rval = pppoe_session_output(_this, 0, pkt, lpkt); in pppoe_session_ppp_output()
|