| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | etag.c | 17 int etag_create(buffer *etag, struct stat *st,etag_flags_t flags) { in etag_create() argument 18 if (0 == flags) return 0; in etag_create() 22 if (flags & ETAG_USE_INODE) { in etag_create() 27 if (flags & ETAG_USE_SIZE) { in etag_create() 32 if (flags & ETAG_USE_MTIME) { in etag_create()
|
| H A D | etag.h | 13 int etag_create(buffer *etag, struct stat *st, etag_flags_t flags);
|
| H A D | fastcgi.h | 72 unsigned char flags; member
|
| H A D | fdevent_freebsd_kqueue.c | 148 e = ev->kq_results[ndx].flags; in fdevent_freebsd_kqueue_event_get_revent()
|
| H A D | network.c | 47 ssl->s3->flags |= SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS; in ssl_info_callback()
|
| H A D | mod_fastcgi.c | 1841 beginRecord.body.flags = 0; in fcgi_create_env()
|
| /mOS-networking-stack/core/src/ |
| H A D | tcp_out.c | 32 if (flags & TCP_FLAG_SYN) { in CalculateOptionLength() 57 if (flags & TCP_FLAG_SACK) { in CalculateOptionLength() 85 if (flags & TCP_FLAG_SYN) { in GenerateTCPOptions() 132 if (flags & TCP_OPT_SACK) { in GenerateTCPOptions() 174 if (flags & TCP_FLAG_SYN) in SendTCPPacketStandalone() 176 if (flags & TCP_FLAG_FIN) in SendTCPPacketStandalone() 178 if (flags & TCP_FLAG_RST) in SendTCPPacketStandalone() 180 if (flags & TCP_FLAG_PSH) in SendTCPPacketStandalone() 184 if (flags & TCP_FLAG_ACK) { in SendTCPPacketStandalone() 274 if (flags & TCP_FLAG_SYN) { in SendTCPPacket() [all …]
|
| H A D | config.c | 661 int type, flags, num; in FetchARPKernelEntries() local 676 ip, &type, &flags, hwa, mask, dev); in FetchARPKernelEntries() 685 if (flags != 0x00) { in FetchARPKernelEntries() 730 int flags, num, cnt, use, metric; in FetchRouteKernelEntries() local 746 &flags, &cnt, &use, &metric, in FetchRouteKernelEntries()
|
| H A D | api.c | 1502 mtcp_recv(mctx_t mctx, int sockid, char *buf, size_t len, int flags) in mtcp_recv() argument 1569 switch (flags) { in mtcp_recv()
|
| /mOS-networking-stack/core/src/include/ |
| H A D | netmap.h | 148 uint16_t flags; /* buf changed, etc. */ member 211 #define NS_RFRAGS(_slot) ( ((_slot)->flags >> 8) & 0xff) 275 uint32_t flags; member
|
| H A D | tcp_out.h | 17 uint32_t seq, uint32_t ack_seq, uint16_t window, uint8_t flags, 23 uint32_t cur_ts, uint8_t flags, uint8_t *payload, uint16_t payloadlen);
|
| H A D | netmap_user.h | 330 uint64_t flags, const struct nm_desc *arg); 520 win32_mmap_emulated(void *addr, size_t length, int prot, int flags, int fd, int32_t offset) in win32_mmap_emulated() argument 525 return mmap(addr, length, prot, flags, fd, offset); in win32_mmap_emulated() 562 win_nm_open(char* pathname, int flags){ in win_nm_open() argument 575 return open(pathname, flags); in win_nm_open()
|
| H A D | mtcp_api.h | 382 mtcp_recv(mctx_t mctx, int sockid, char *buf, size_t len, int flags);
|
| /mOS-networking-stack/core/include/ |
| H A D | mtcp_api.h | 382 mtcp_recv(mctx_t mctx, int sockid, char *buf, size_t len, int flags);
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 860 AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl 934 _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl 941 # If no C compiler flags were specified, use CFLAGS. 1003 # link flags. 2379 # flags to be left without arguments 4744 # Sun Fortran 8.3 passes all unrecognized flags to the linker 4878 [Additional compiler flags for building library objects]) 5511 # Warning - without using the other run time loading flags, 7457 # objects, libraries and library flags. 7525 dnl objects, libraries and library flags. [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | aclocal.m4 | 163 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl 164 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl 222 dnl Checks for existence of MODULES and gathers its build flags with
|
| H A D | NEWS | 135 * cmake: Add -export-dynamic to link flags, fixes build on FreeBSD
|
| /mOS-networking-stack/scripts/ |
| H A D | configure | 1311 CFLAGS C compiler flags 1312 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1315 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
|