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/
Ddebugutil.h64 FILE *debug_get_debugfp (void);
Ddebugutil.c117 debug_get_debugfp() in debug_get_debugfp() function
/openbsd/src/usr.sbin/npppd/npppd/
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()
Dppp.c806 if (_this->log_dump_in != 0 && debug_get_debugfp() != NULL) {
812 show_hd(debug_get_debugfp(), pkt, lpkt);
1017 if (_this->log_dump_out != 0 && debug_get_debugfp() != NULL) {
1023 show_hd(debug_get_debugfp(),
/openbsd/src/usr.sbin/npppd/pptp/
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()
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()
Dpptp_call.c629 show_hd(debug_get_debugfp(), buf, opkt - buf); in pptp_call_gre_output()
/openbsd/src/usr.sbin/npppd/l2tp/
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()
Dl2tp_call.c457 show_hd(debug_get_debugfp(), bytebuffer_pointer(buffer), in l2tp_call_send_data_packet()