| /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 …]
|
| H A D | scalable_event.h | 12 #define gprintf(f, args...) do { \ argument
|
| /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/samples/lighttpd-1.4.32/src/ |
| H A D | stream.c | 15 int stream_open(stream *f, buffer *fn) { in stream_open() 94 int stream_close(stream *f) { in stream_close()
|
| H A D | sys-mmap.h | 11 #define mmap(a, b, c, d, e, f) (-1) argument
|
| H A D | http_auth.c | 154 stream f; in http_auth_get_password() local 232 stream f; in http_auth_get_password() local
|
| H A D | mod_scgi.c | 392 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 D | mod_fastcgi.c | 525 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 D | sfbpf-int.c | 139 static inline int skip_space(f) in skip_space() argument 152 static inline int skip_line(f) in skip_line() argument
|
| H A D | sf_bpf_filter.c | 549 DAQ_SO_PUBLIC int bpf_validate(f, len) in bpf_validate() argument
|
| H A D | sf_optimize.c | 2356 struct bpf_program f; local
|
| /mOS-networking-stack/core/src/ |
| H A D | tcp_rb.c | 22 #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 D | tcp_stream.c | 144 tcpfrag_t *f = TAILQ_LAST(&rcvbuf->frags, flist); in GetBufInfo() local
|
| H A D | scalable_event.c | 471 tree_node_t *f = TREE_FIRSTBORN(sptr, link); in RegCb() local
|
| /mOS-networking-stack/core/test/tcprb/ |
| H A D | test.c | 12 #define PRINTF(f, args...) printf("%s:%d: " f, __FILE__, __LINE__, ##args) argument
|
| /mOS-networking-stack/dpdk-iface-kmod/ |
| H A D | dpdk_iface_main.c | 149 FILE *f; in fetch_major_no() local
|
| /mOS-networking-stack/samples/simple_firewall/ |
| H A D | simple_firewall.c | 41 #define EXIT_WITH_ERROR(f, m...) { \ argument
|