| /mOS-networking-stack/core/src/include/ |
| H A D | tcp_in.h | 53 #define TIMEVAL_TO_TS(t) (uint32_t)((t)->tv_sec * HZ + \ argument 56 #define TS_TO_USEC(t) ((t) * TIME_TICK) argument 57 #define TS_TO_MSEC(t) (TS_TO_USEC(t) / 1000) argument 59 #define USEC_TO_TS(t) ((t) / TIME_TICK) argument 60 #define MSEC_TO_TS(t) (USEC_TO_TS((t) * 1000)) argument 62 #define SEC_TO_USEC(t) ((t) * 1000000) argument 63 #define SEC_TO_MSEC(t) ((t) * 1000) argument 64 #define MSEC_TO_USEC(t) ((t) * 1000) argument 65 #define USEC_TO_SEC(t) ((t) / 1000000) argument
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | splaytree.c | 62 splay_tree * splaytree_splay (splay_tree *t, int i) { in splaytree_splay() 131 splay_tree * splaytree_insert(splay_tree * t, int i, void *data) { in splaytree_insert() 163 splay_tree * splaytree_delete(splay_tree *t, int i) { in splaytree_delete()
|
| H A D | configfile.c | 554 static int config_skip_newline(tokenizer_t *t) { in config_skip_newline() 565 static int config_skip_comment(tokenizer_t *t) { in config_skip_comment() 575 static int config_tokenizer(server *srv, tokenizer_t *t, int *token_id, buffer *token) { in config_tokenizer() 931 static int config_parse(server *srv, config_t *context, tokenizer_t *t) { in config_parse() 972 static int tokenizer_init(tokenizer_t *t, const buffer *source, const char *input, size_t size) { in tokenizer_init() 988 tokenizer_t t; in config_parse_file() local 1046 tokenizer_t t; in config_parse_cmd() local
|
| H A D | mod_ssi_expr.c | 45 ssi_tokenizer_t *t, int *token_id, buffer *token) { in ssi_expr_tokenizer() 272 ssi_tokenizer_t t; in ssi_eval_expr() local
|
| H A D | mod_ssi.c | 456 time_t t = sce->st.st_mtime; in process_ssi_stmt() local 467 time_t t = time(NULL); in process_ssi_stmt() local 478 time_t t = time(NULL); in process_ssi_stmt() local 592 time_t t = st.st_mtime; in process_ssi_stmt() local
|
| H A D | array.c | 131 data_unset *array_get_unused_element(array *a, data_type_t t) { in array_get_unused_element()
|
| H A D | stat_cache.c | 690 static int stat_cache_tag_old_entries(server *srv, splay_tree *t, int *keys, size_t *ndx) { in stat_cache_tag_old_entries()
|
| /mOS-networking-stack/core/src/ |
| H A D | debug.c | 70 uint8_t *t; in DumpPacket() local 163 uint8_t *t; in DumpIPPacket() local 221 uint8_t *t; in DumpIPPacketToFile() local
|
| H A D | tcp_rb_frag_queue.c | 100 index_type t = rb_fragq->_tail; in RBFragEnqueue() local 118 index_type t = rb_fragq->_tail; in RBFragDequeue() local
|
| H A D | tcp_sb_queue.c | 100 index_type t = sq->_tail; in SBEnqueue() local 118 index_type t = sq->_tail; in SBDequeue() local
|
| H A D | tcp_stream_queue.c | 184 index_type t = sq->_tail; in StreamEnqueue() local 202 index_type t = sq->_tail; in StreamDequeue() local
|
| H A D | timer.c | 557 struct timer *t = MPAllocateChunk(mtcp->timer_pool); in NewTimer() local 590 struct timer *t = NewTimer(mtcp, id, timeout, cb); in mtcp_settimer() local
|
| H A D | icmp.c | 233 uint8_t *t; in DumpICMPPacket() local
|
| H A D | arp.c | 361 uint8_t *t; in DumpARPPacket() local
|
| /mOS-networking-stack/samples/common/ |
| H A D | applib.h | 26 #define TIMEVAL_TO_MSEC(t) ((t.tv_sec * 1000) + (t.tv_usec / 1000)) argument 27 #define TIMEVAL_TO_USEC(t) ((t.tv_sec * 1000000) + (t.tv_usec)) argument
|
| /mOS-networking-stack/util/ |
| H A D | tdate_parse.c | 166 time_t t; in tm_to_time() local 205 time_t t; in httpdate_to_timet() local 348 timet_to_httpdate(time_t t, char* str, int strlen ) in timet_to_httpdate()
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_bpf_filter.c | 79 # define mtod(m,t) ((t)(m)->b_rptr) argument
|