| /mOS-networking-stack/core/src/include/ |
| H A D | tree.h | 5 #define _TREE_NODE(type, qual) \ argument 13 #define TREE_NODE(type) _TREE_NODE(struct type,) argument 15 #define _TREE_SCRATCH(type, qual, size) \ argument 27 #define TREE_SCRATCH(type, size) _TREE_SCRATCH(struct type, , size) argument
|
| H A D | tcp_stream.h | 19 #define HAS_STREAM_TYPE(str, type) (str->stream_type & (1 << type)) argument 20 #define IS_STREAM_TYPE(str, type) (str->stream_type == (1 << type)) argument 21 #define STREAM_TYPE(type) (1 << type) argument
|
| H A D | config.h | 122 char type[WORD_LEN]; member
|
| H A D | netmap_user.h | 103 #define _NETMAP_OFFSET(type, ptr, offset) \ argument
|
| /mOS-networking-stack/core/src/ |
| H A D | tcp_stream.c | 427 CreateTCPStream(mtcp_manager_t mtcp, socket_map_t socket, int type, 582 CreateDualTCPStream(mtcp_manager_t mtcp, socket_map_t socket, int type, uint32_t saddr, 615 CreateClientTCPStream(mtcp_manager_t mtcp, socket_map_t socket, int type, 650 AttachServerTCPStream(mtcp_manager_t mtcp, tcp_stream *cs, int type,
|
| H A D | tcp.c | 88 CreateServerStream(mtcp_manager_t mtcp, int type, struct pkt_ctx *pctx) in CreateServerStream()
|
| H A D | api.c | 623 mtcp_socket(mctx_t mctx, int domain, int type, int protocol) in mtcp_socket()
|
| H A D | config.c | 661 int type, flags, num; in FetchARPKernelEntries() local
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_ssi_expr.h | 7 enum { SSI_TYPE_UNSET, SSI_TYPE_BOOL, SSI_TYPE_STRING } type; member
|
| H A D | fastcgi.h | 25 unsigned char type; member 126 unsigned char type; member
|
| H A D | fdevent.c | 15 fdevent_init(server *srv, size_t maxfds, fdevent_handler_t type) in fdevent_init()
|
| H A D | chunk.h | 9 enum { UNUSED_CHUNK, MEM_CHUNK, FILE_CHUNK } type; member
|
| H A D | mod_ssi.c | 337 SSI_ELSE, SSI_ENDIF, SSI_EXEC } type; in process_ssi_stmt() member 373 SSI_ECHO_LAST_MODIFIED, SSI_ECHO_USER_NAME } type; in process_ssi_stmt() member
|
| H A D | mod_compress.c | 413 …o_file(server *srv, connection *con, plugin_data *p, buffer *fn, stat_cache_entry *sce, int type) { in deflate_file_to_file() 583 …buffer(server *srv, connection *con, plugin_data *p, buffer *fn, stat_cache_entry *sce, int type) { in deflate_file_to_buffer()
|
| H A D | mod_expire.c | 80 int type = -1; in mod_expire_get_offset() local
|
| H A D | keyvalue.h | 70 httpauth_type type; member
|
| H A D | mod_accesslog.c | 62 } type; member 112 enum { FIELD_UNSET, FIELD_STRING, FIELD_FORMAT } type; member
|
| H A D | keyvalue.c | 238 …fer_append(httpauth_keyvalue_buffer *kvb, const char *key, const char *realm, httpauth_type type) { in httpauth_keyvalue_buffer_append()
|
| H A D | stat_cache.c | 609 buffer *type = ds->key; in stat_cache_get_entry() local
|
| H A D | fdevent.h | 117 fdevent_handler_t type; member
|
| H A D | mod_magnet.c | 462 } type; member
|
| H A D | lemon.c | 101 OPT_FFLAG, OPT_FINT, OPT_FDBL, OPT_FSTR} type; member 153 } type; /* Symbols are all either TERMINALS or NTs */ member 225 } type; member 403 void Action_add(app,type,sp,arg) in Action_add() argument
|
| H A D | mod_fastcgi.c | 1624 static int fcgi_header(FCGI_Header * header, unsigned char type, size_t request_id, int contentLeng… in fcgi_header() 2386 int type; member
|
| H A D | base.h | 113 config_values_type_t type; member 121 connection_type type; member
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_gencode.c | 845 static void init_linktype(type) in init_linktype() argument 4311 static struct block *gen_host(addr, mask, proto, dir, type) in gen_host() argument 4443 static struct block *gen_host6(addr, mask, proto, dir, type) in gen_host6() argument 7588 struct block *gen_p80211_type(int type, int mask) in gen_p80211_type() 7961 struct block *gen_atmtype_abbrev(type) in gen_atmtype_abbrev() argument 8069 struct block *gen_mtp2type_abbrev(type) in gen_mtp2type_abbrev() argument 8177 static struct block *gen_msg_abbrev(type) in gen_msg_abbrev() argument 8219 struct block *gen_atmmulti_abbrev(type) in gen_atmmulti_abbrev() argument
|