Home
last modified time | relevance | path

Searched refs:debug_get_debugfp (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/usr.sbin/npppd/common/
H A Ddebugutil.h64 FILE *debug_get_debugfp (void);
H A Ddebugutil.c117 debug_get_debugfp() in debug_get_debugfp() function
/openbsd-src/usr.sbin/npppd/npppd/
H A Dlcp.c636 if (debug_get_debugfp() != NULL) in lcp_ackci()
637 show_hd(debug_get_debugfp(), inp, remlen()); in lcp_ackci()
773 if (debug_get_debugfp() != NULL) in lcp_nakci()
774 show_hd(debug_get_debugfp(), inp, inlen); in lcp_nakci()
880 if (debug_get_debugfp() != NULL) in lcp_rejci()
881 show_hd(debug_get_debugfp(), inp, inlen); in lcp_rejci()
H A Dppp.c801 if (_this->log_dump_in != 0 && debug_get_debugfp() != NULL) {
807 show_hd(debug_get_debugfp(), pkt, lpkt);
1012 if (_this->log_dump_out != 0 && debug_get_debugfp() != NULL) {
1018 show_hd(debug_get_debugfp(),
/openbsd-src/usr.sbin/npppd/pptp/
H A Dpptpd.c713 show_hd(debug_get_debugfp(), pkt, lpkt); in pptpd_gre_input()
738 show_hd(debug_get_debugfp(), pkt, lpkt); in pptpd_gre_input()
H A Dpptp_ctrl.c536 show_hd(debug_get_debugfp(), in pptp_ctrl_output_flush()
927 show_hd(debug_get_debugfp(), pkt, lpkt); in pptp_ctrl_input()
H A Dpptp_call.c629 show_hd(debug_get_debugfp(), buf, opkt - buf); in pptp_call_gre_output()
/openbsd-src/usr.sbin/npppd/l2tp/
H A Dl2tp_ctrl.c538 show_hd(debug_get_debugfp(), in l2tp_ctrl_resend_una_packets()
1115 show_hd(debug_get_debugfp(), bytebuffer_pointer(bytebuf), in l2tp_ctrl_send_packet()
H A Dl2tp_call.c457 show_hd(debug_get_debugfp(), bytebuffer_pointer(buffer), in l2tp_call_send_data_packet()