Home
last modified time | relevance | path

Searched defs:m (Results 1 – 13 of 13) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Ddebug.h16 #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 Ddebug.h8 #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 Dsf_bpf_filter.c78 # 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 Dsf_gencode.c194 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 Ddpdk_module.c291 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 Dtcp_in.c256 long m = mrtt; in EstimateRTT() local
H A Dcore.c1475 struct mtcp_context m; in mtcp_destroy_context() local
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_auth.c441 size_t m; in SETDEFAULTS_FUNC() local
H A Dmod_compress.c707 const char *m; in mod_compress_contains_encoding() local
722 size_t m; in PHYSICALPATH_FUNC() local
H A Dmod_status.c674 buffer *b, *m = p->module_list; in mod_status_handle_server_config() local
H A Dhttp_auth.c933 const char *m = NULL; in http_auth_digest_check() local
H A Dmod_cgi.c186 int m = -1; in cgi_pid_add() local
/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c41 #define EXIT_WITH_ERROR(f, m...) { \ argument