Home
last modified time | relevance | path

Searched refs:msglevel (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Doptions.c1025 if (msglevel & M_FATAL) in get_ip_addr()
1335 int msglevel) in option_iroute() argument
4430 ping_rec_err(int msglevel)
4465 int msglevel, in parse_line() argument
4485 msglevel &= ~M_OPTERR; in parse_line()
4770 const int msglevel,
6269 msg(msglevel, in add_option()
6837 msg(msglevel, in add_option()
6956 msg(msglevel, in add_option()
7445 msg(msglevel, in add_option()
[all …]
H A Dclinat.c54 print_client_nat_list(const struct client_nat_option_list *list, int msglevel) in print_client_nat_list() argument
59 msg(msglevel, "*** CNAT list"); in print_client_nat_list()
65 msg(msglevel, " CNAT[%d] t=%d %s/%s/%s", in print_client_nat_list()
113 int msglevel) in add_client_nat_to_option_list() argument
128 msg(msglevel, "client-nat: type must be 'snat' or 'dnat'"); in add_client_nat_to_option_list()
135 msg(msglevel, "client-nat: bad network: %s", network); in add_client_nat_to_option_list()
141 msg(msglevel, "client-nat: bad netmask: %s", netmask); in add_client_nat_to_option_list()
147 msg(msglevel, "client-nat: bad foreign network: %s", foreign_network); in add_client_nat_to_option_list()
171 print_pkt(struct openvpn_iphdr *iph, const char *prefix, const int direction, const int msglevel) in print_pkt() argument
185 msg(msglevel, "** CNAT %s %s %s -> %s", in print_pkt()
H A Dstatus.c65 const int msglevel, in status_open() argument
70 if (filename || msglevel >= 0 || vout) in status_open()
74 so->msglevel = msglevel; in status_open()
244 if (so->msglevel >= 0 && !so->errors) in status_printf()
246 msg(so->msglevel, "%s", buf); in status_printf()
H A Dplugin.c56 plugin_show_string_array(int msglevel, const char *name, const char *array[]) in plugin_show_string_array() argument
63 msg(msglevel, "%s[%d] = '%s'", name, i, array[i]); in plugin_show_string_array()
69 plugin_show_args_env(int msglevel, const char *argv[], const char *envp[]) in plugin_show_args_env() argument
71 if (check_debug_level(msglevel)) in plugin_show_args_env()
73 plugin_show_string_array(msglevel, "ARGV", argv); in plugin_show_args_env()
74 plugin_show_string_array(msglevel, "ENVP", envp); in plugin_show_args_env()
191 plugin_option_list_print(const struct plugin_option_list *list, int msglevel) in plugin_option_list_print() argument
1023 plugin_return_print(const int msglevel, const char *prefix, const struct plugin_return *pr) in plugin_return_print() argument
1026 msg(msglevel, "PLUGIN_RETURN_PRINT %s", prefix); in plugin_return_print()
1032 msg(msglevel, "PLUGIN #%d (%s)", i, prefix); in plugin_return_print()
[all …]
H A Dproto.c196 unsigned int msglevel = D_PACKET_TRUNC_DEBUG; in ipv4_packet_size_verify() local
212 msglevel = D_PACKET_TRUNC_ERR; in ipv4_packet_size_verify()
219 msg(msglevel, "%s %s: size=%d totlen=%d hlen=%d errcount=" counter_format, in ipv4_packet_size_verify()
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Doptions.c1025 if (msglevel & M_FATAL) in get_ip_addr()
1335 int msglevel) in option_iroute() argument
4430 ping_rec_err(int msglevel)
4465 int msglevel, in parse_line() argument
4485 msglevel &= ~M_OPTERR; in parse_line()
4770 const int msglevel,
6269 msg(msglevel, in add_option()
6837 msg(msglevel, in add_option()
6956 msg(msglevel, in add_option()
7445 msg(msglevel, in add_option()
[all …]
H A Dclinat.c54 print_client_nat_list(const struct client_nat_option_list *list, int msglevel) in print_client_nat_list() argument
59 msg(msglevel, "*** CNAT list"); in print_client_nat_list()
65 msg(msglevel, " CNAT[%d] t=%d %s/%s/%s", in print_client_nat_list()
113 int msglevel) in add_client_nat_to_option_list() argument
128 msg(msglevel, "client-nat: type must be 'snat' or 'dnat'"); in add_client_nat_to_option_list()
135 msg(msglevel, "client-nat: bad network: %s", network); in add_client_nat_to_option_list()
141 msg(msglevel, "client-nat: bad netmask: %s", netmask); in add_client_nat_to_option_list()
147 msg(msglevel, "client-nat: bad foreign network: %s", foreign_network); in add_client_nat_to_option_list()
171 print_pkt(struct openvpn_iphdr *iph, const char *prefix, const int direction, const int msglevel) in print_pkt() argument
185 msg(msglevel, "** CNAT %s %s %s -> %s", in print_pkt()
H A Dstatus.c65 const int msglevel, in status_open() argument
70 if (filename || msglevel >= 0 || vout) in status_open()
74 so->msglevel = msglevel; in status_open()
244 if (so->msglevel >= 0 && !so->errors) in status_printf()
246 msg(so->msglevel, "%s", buf); in status_printf()
H A Dplugin.c56 plugin_show_string_array(int msglevel, const char *name, const char *array[]) in plugin_show_string_array() argument
63 msg(msglevel, "%s[%d] = '%s'", name, i, array[i]); in plugin_show_string_array()
69 plugin_show_args_env(int msglevel, const char *argv[], const char *envp[]) in plugin_show_args_env() argument
71 if (check_debug_level(msglevel)) in plugin_show_args_env()
73 plugin_show_string_array(msglevel, "ARGV", argv); in plugin_show_args_env()
74 plugin_show_string_array(msglevel, "ENVP", envp); in plugin_show_args_env()
191 plugin_option_list_print(const struct plugin_option_list *list, int msglevel) in plugin_option_list_print() argument
1023 plugin_return_print(const int msglevel, const char *prefix, const struct plugin_return *pr) in plugin_return_print() argument
1026 msg(msglevel, "PLUGIN_RETURN_PRINT %s", prefix); in plugin_return_print()
1032 msg(msglevel, "PLUGIN #%d (%s)", i, prefix); in plugin_return_print()
[all …]
H A Dproto.c196 unsigned int msglevel = D_PACKET_TRUNC_DEBUG; in ipv4_packet_size_verify() local
212 msglevel = D_PACKET_TRUNC_ERR; in ipv4_packet_size_verify()
219 msg(msglevel, "%s %s: size=%d totlen=%d hlen=%d errcount=" counter_format, in ipv4_packet_size_verify()
H A Dclinat.h54 void print_client_nat_list(const struct client_nat_option_list *list, int msglevel);
61 int msglevel);
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Doptions.c1008 if (msglevel & M_FATAL) in get_ip_addr()
1376 int msglevel) in option_iroute() argument
4479 ping_rec_err(int msglevel)
4514 int msglevel, in parse_line() argument
4534 msglevel &= ~M_OPTERR; in parse_line()
4819 const int msglevel,
6232 msg(msglevel, in add_option()
6799 msg(msglevel, in add_option()
6918 msg(msglevel, in add_option()
7406 msg(msglevel, in add_option()
[all …]
H A Dclinat.c54 print_client_nat_list(const struct client_nat_option_list *list, int msglevel) in print_client_nat_list() argument
59 msg(msglevel, "*** CNAT list"); in print_client_nat_list()
65 msg(msglevel, " CNAT[%d] t=%d %s/%s/%s", in print_client_nat_list()
113 int msglevel) in add_client_nat_to_option_list() argument
128 msg(msglevel, "client-nat: type must be 'snat' or 'dnat'"); in add_client_nat_to_option_list()
135 msg(msglevel, "client-nat: bad network: %s", network); in add_client_nat_to_option_list()
141 msg(msglevel, "client-nat: bad netmask: %s", netmask); in add_client_nat_to_option_list()
147 msg(msglevel, "client-nat: bad foreign network: %s", foreign_network); in add_client_nat_to_option_list()
171 print_pkt(struct openvpn_iphdr *iph, const char *prefix, const int direction, const int msglevel) in print_pkt() argument
185 msg(msglevel, "** CNAT %s %s %s -> %s", in print_pkt()
H A Dstatus.c65 const int msglevel, in status_open() argument
70 if (filename || msglevel >= 0 || vout) in status_open()
74 so->msglevel = msglevel; in status_open()
242 if (so->msglevel >= 0 && !so->errors) in status_printf()
244 msg(so->msglevel, "%s", buf); in status_printf()
H A Dplugin.c56 plugin_show_string_array(int msglevel, const char *name, const char *array[]) in plugin_show_string_array() argument
63 msg(msglevel, "%s[%d] = '%s'", name, i, array[i]); in plugin_show_string_array()
69 plugin_show_args_env(int msglevel, const char *argv[], const char *envp[]) in plugin_show_args_env() argument
71 if (check_debug_level(msglevel)) in plugin_show_args_env()
73 plugin_show_string_array(msglevel, "ARGV", argv); in plugin_show_args_env()
74 plugin_show_string_array(msglevel, "ENVP", envp); in plugin_show_args_env()
191 plugin_option_list_print(const struct plugin_option_list *list, int msglevel) in plugin_option_list_print() argument
996 plugin_return_print(const int msglevel, const char *prefix, const struct plugin_return *pr) in plugin_return_print() argument
999 msg(msglevel, "PLUGIN_RETURN_PRINT %s", prefix); in plugin_return_print()
1005 msg(msglevel, "PLUGIN #%d (%s)", i, prefix); in plugin_return_print()
[all …]
H A Dproto.c196 unsigned int msglevel = D_PACKET_TRUNC_DEBUG; in ipv4_packet_size_verify() local
212 msglevel = D_PACKET_TRUNC_ERR; in ipv4_packet_size_verify()
219 msg(msglevel, "%s %s: size=%d totlen=%d hlen=%d errcount=" counter_format, in ipv4_packet_size_verify()
H A Dclinat.h54 void print_client_nat_list(const struct client_nat_option_list *list, int msglevel);
61 int msglevel);
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dp_inter.c170 if( player->msglevel > msglevel ) in P_SetMessage()
173 player->msglevel = msglevel; in P_SetMessage()
849 msglevel = 28; in P_TouchSpecialThing()
857 msglevel = 37; in P_TouchSpecialThing()
869 msglevel = 22; in P_TouchSpecialThing()
882 msglevel = 22; in P_TouchSpecialThing()
893 msglevel = 38; in P_TouchSpecialThing()
906 msglevel = 38; in P_TouchSpecialThing()
1074 msglevel = 34; in P_TouchSpecialThing()
1082 msglevel = 34; in P_TouchSpecialThing()
[all …]
/dports/mail/getmail6/getmail6-6.18.5/getmailcore/
H A Dlogging.py56 def log(self, msglevel, msgtxt): argument
61 if msglevel < handler['minlevel'] or msglevel > handler['maxlevel']:
63 if not handler['newline'] and msglevel == DEBUG:
80 if not self.newline and msglevel == DEBUG:
/dports/math/linbox/linbox-1.6.3/linbox/util/
H A Dcommentator.h520 void start (const char *id, const char *msg, long msglevel, const char *msgclass) in start() argument
523 report ((MessageLevel) msglevel, msgclass) << msg << std::endl; in start()
526 void start (std::string id, const char *msg, long msglevel, const char *msgclass) in start() argument
528 start(id.c_str(),msg,msglevel,msgclass); in start()
555 void progress (const char *msg, long msglevel, long k, long n) in progress() argument
558 report ((MessageLevel) msglevel, INTERNAL_DESCRIPTION) << msg << std::endl; in progress()
567 void report (const char *msg, long msglevel, const char *msgclass) in report() argument
569 report ((MessageLevel) msglevel, msgclass) << msg << std::endl; in report()
577 bool printed (long msglevel, const char *msgclass) in printed() argument
579 return isPrinted (_activities.size (), (MessageLevel) msglevel, msgclass); in printed()
/dports/mail/wmbiff/wmbiff-0.4.36/wmbiff/
H A DClient.h141 #define DM(mbox, msglevel, X...) \ argument
143 if (mbox == NULL || (mbox)->debug >= msglevel) { \
151 #define DMA(msglevel, X...) \ argument
153 if (debug_default >= msglevel) { \
/dports/net/socat/socat-1.7.4.2/
H A Derror.c31 int msglevel; member
178 case 'd': --diagopts.msglevel; break; in diag_set()
187 case 'D': diagopts.msglevel = arg; break; in diag_set_int()
206 case 'd': case 'D': return diagopts.msglevel; in diag_get_int()
263 if (level < diagopts.msglevel) { return; } in msg()
359 if (E_NOTICE >= diagopts.msglevel) { in msg2()
395 if (E_NOTICE >= diagopts.msglevel) { in diag_flush()
/dports/audio/csound/csound-6.15.0/Top/
H A Dargdecode.c730 O->msglevel = atoi(s); in decode_long()
745 else O->msglevel &= ~AMPLMSG; in decode_long()
754 else O->msglevel &= ~RNGEMSG; in decode_long()
763 else O->msglevel &= ~WARNMSG; in decode_long()
771 if (n) O->msglevel |= 32; in decode_long()
772 else O->msglevel &= ~32; in decode_long()
780 if (n) O->msglevel |= RAWMSG; in decode_long()
781 else O->msglevel &= ~RAWMSG; in decode_long()
789 if (n) O->msglevel |= 96; in decode_long()
790 else O->msglevel &= ~96; in decode_long()
[all …]
/dports/textproc/augeas/augeas-1.12.0/lenses/tests/
H A Dtest_soma.aug6 OptionsItem = \"-msglevel avsync=5 -ao jack -af volnorm -novideo -noconsolecontrols -nojoystick -no…
14 …{ "OptionsItem" = "\"-msglevel avsync=5 -ao jack -af volnorm -novideo -noconsolecontrols -nojoysti…
/dports/sysutils/opencorsairlink/OpenCorsairLink-4234f4f/include/
H A Dprint.h24 enum msglevel enum
38 print( enum msglevel level, const char* fmt, ... ) __attribute__( ( format( printf, 2, 3 ) ) );

12345678910>>...20