Home
last modified time | relevance | path

Searched defs:f (Results 1 – 17 of 17) 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 …]
H A Dscalable_event.h12 #define gprintf(f, args...) do { \ argument
/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/samples/lighttpd-1.4.32/src/
H A Dstream.c15 int stream_open(stream *f, buffer *fn) { in stream_open()
94 int stream_close(stream *f) { in stream_close()
H A Dsys-mmap.h11 #define mmap(a, b, c, d, e, f) (-1) argument
H A Dhttp_auth.c154 stream f; in http_auth_get_password() local
232 stream f; in http_auth_get_password() local
H A Dmod_scgi.c392 scgi_proc *f; in scgi_process_init() local
403 static void scgi_process_free(scgi_proc *f) { in scgi_process_free()
414 scgi_extension_host *f; in scgi_host_init() local
446 scgi_exts *f; in scgi_extensions_init() local
453 static void scgi_extensions_free(scgi_exts *f) { in scgi_extensions_free()
H A Dmod_fastcgi.c525 fcgi_proc *f; in fastcgi_process_init() local
537 static void fastcgi_process_free(fcgi_proc *f) { in fastcgi_process_free()
549 fcgi_extension_host *f; in fastcgi_host_init() local
585 fcgi_exts *f; in fastcgi_extensions_init() local
592 static void fastcgi_extensions_free(fcgi_exts *f) { in fastcgi_extensions_free()
/mOS-networking-stack/core/src/bpf/
H A Dsfbpf-int.c139 static inline int skip_space(f) in skip_space() argument
152 static inline int skip_line(f) in skip_line() argument
H A Dsf_bpf_filter.c549 DAQ_SO_PUBLIC int bpf_validate(f, len) in bpf_validate() argument
H A Dsf_optimize.c2356 struct bpf_program f; local
/mOS-networking-stack/core/src/
H A Dtcp_rb.c22 #define PRINTF(f, args...) printf("%s:%d: " f, __FILE__, __LINE__, ##args) argument
45 frags_del(tcpfrag_t *f) in frags_del()
51 frags_insert(tcprb_t *rb, tcpfrag_t *f) in frags_insert()
218 struct _tcpfrag_t *f = TAILQ_FIRST(&rb->frags), *new; in buf_try_resize() local
607 struct _tcpfrag_t *f; in tcprb_ppeek() local
660 struct _tcpfrag_t *f = TAILQ_FIRST(&rb->frags), *fnext; in tcprb_pwrite() local
904 struct _tcpfrag_t *f; in tcp_rb_overlapchk() local
H A Dtcp_stream.c144 tcpfrag_t *f = TAILQ_LAST(&rcvbuf->frags, flist); in GetBufInfo() local
H A Dscalable_event.c471 tree_node_t *f = TREE_FIRSTBORN(sptr, link); in RegCb() local
/mOS-networking-stack/core/test/tcprb/
H A Dtest.c12 #define PRINTF(f, args...) printf("%s:%d: " f, __FILE__, __LINE__, ##args) argument
/mOS-networking-stack/dpdk-iface-kmod/
H A Ddpdk_iface_main.c149 FILE *f; in fetch_major_no() local
/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c41 #define EXIT_WITH_ERROR(f, m...) { \ argument