Searched refs:debug_get_debugfp (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/usr.sbin/npppd/common/ |
| H A D | debugutil.h | 64 FILE *debug_get_debugfp (void);
|
| H A D | debugutil.c | 117 debug_get_debugfp() in debug_get_debugfp() function
|
| /openbsd-src/usr.sbin/npppd/npppd/ |
| H A D | lcp.c | 636 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 D | ppp.c | 801 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 D | pptpd.c | 713 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 D | pptp_ctrl.c | 536 show_hd(debug_get_debugfp(), in pptp_ctrl_output_flush() 927 show_hd(debug_get_debugfp(), pkt, lpkt); in pptp_ctrl_input()
|
| H A D | pptp_call.c | 629 show_hd(debug_get_debugfp(), buf, opkt - buf); in pptp_call_gre_output()
|
| /openbsd-src/usr.sbin/npppd/l2tp/ |
| H A D | l2tp_ctrl.c | 538 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 D | l2tp_call.c | 457 show_hd(debug_get_debugfp(), bytebuffer_pointer(buffer), in l2tp_call_send_data_packet()
|