| /mOS-networking-stack/core/src/include/ |
| H A D | debug.h | 16 #define TRACE_TEMP(f, m...) { \ argument 23 #define TRACE_TEMP(f, m...) (void)0 argument 29 #define TRACE_ERROR(f, m...) { \ argument 35 #define TRACE_ERROR(f, m...) (void)0 argument 41 #define CTRACE_ERROR(f, m...) { \ argument 47 #define CTRACE_ERROR(f, m...) (void)0 argument 59 #define TRACE_DBG(f, m...) {\ argument 68 #define TRACE_DBG(f, m...) (void)0 argument 80 #define TRACE_INFO(f, m...) (void)0 argument 89 #define TRACE_LOG(f, m...) (void)0 argument [all …]
|
| /mOS-networking-stack/util/include/ |
| H A D | debug.h | 8 #define TRACE_CONFIG(f, m...) fprintf(stdout, f, ##m) argument 12 #define TRACE_ERROR(f, m...) { \ argument 18 #define TRACE_ERROR(f, m...) (void)0 argument 24 #define TRACE_DBG(f, m...) {\ argument 31 #define TRACE_DBG(f, m...) (void)0 argument 43 #define TRACE_INFO(f, m...) (void)0 argument 48 #define TRACE_EPOLL(f, m...) TRACE_FUNC("EPOLL", f, ##m) argument 50 #define TRACE_EPOLL(f, m...) (void)0 argument 54 #define TRACE_APP(f, m...) TRACE_FUNC("APP", f, ##m) argument 56 #define TRACE_APP(f, m...) (void)0 argument [all …]
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_bpf_filter.c | 78 # define MLEN(m) ((m)->b_wptr - (m)->b_rptr) argument 79 # define mtod(m,t) ((t)(m)->b_rptr) argument 81 # define MLEN(m) ((m)->m_len) argument 144 static int m_xword(m, k, err) in m_xword() argument 181 static int m_xhalf(m, k, err) in m_xhalf() argument 224 struct mbuf *m, *n; local
|
| H A D | sf_gencode.c | 194 void *m; member 3654 u_int32_t *a, *m; local 6215 bpf_u_int32 n, m; local 6389 u_int32_t *a, *m; local
|
| /mOS-networking-stack/core/src/ |
| H A D | dpdk_module.c | 291 struct rte_mbuf *m; in dpdk_get_wptr() local 398 struct rte_mbuf *m; in dpdk_get_rptr() local 538 struct rte_mbuf *m; in dpdk_dev_ioctl() local
|
| H A D | tcp_in.c | 256 long m = mrtt; in EstimateRTT() local
|
| H A D | core.c | 1475 struct mtcp_context m; in mtcp_destroy_context() local
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_auth.c | 441 size_t m; in SETDEFAULTS_FUNC() local
|
| H A D | mod_compress.c | 707 const char *m; in mod_compress_contains_encoding() local 722 size_t m; in PHYSICALPATH_FUNC() local
|
| H A D | mod_status.c | 674 buffer *b, *m = p->module_list; in mod_status_handle_server_config() local
|
| H A D | http_auth.c | 933 const char *m = NULL; in http_auth_digest_check() local
|
| H A D | mod_cgi.c | 186 int m = -1; in cgi_pid_add() local
|
| /mOS-networking-stack/samples/simple_firewall/ |
| H A D | simple_firewall.c | 41 #define EXIT_WITH_ERROR(f, m...) { \ argument
|