Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 18 of 18) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Detag.c17 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 Detag.h13 int etag_create(buffer *etag, struct stat *st, etag_flags_t flags);
H A Dfastcgi.h72 unsigned char flags; member
H A Dfdevent_freebsd_kqueue.c148 e = ev->kq_results[ndx].flags; in fdevent_freebsd_kqueue_event_get_revent()
H A Dnetwork.c47 ssl->s3->flags |= SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS; in ssl_info_callback()
H A Dmod_fastcgi.c1841 beginRecord.body.flags = 0; in fcgi_create_env()
/mOS-networking-stack/core/src/
H A Dtcp_out.c32 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 Dconfig.c661 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 Dapi.c1502 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 Dnetmap.h148 uint16_t flags; /* buf changed, etc. */ member
211 #define NS_RFRAGS(_slot) ( ((_slot)->flags >> 8) & 0xff)
275 uint32_t flags; member
H A Dtcp_out.h17 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 Dnetmap_user.h330 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 Dmtcp_api.h382 mtcp_recv(mctx_t mctx, int sockid, char *buf, size_t len, int flags);
/mOS-networking-stack/core/include/
H A Dmtcp_api.h382 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 Dlibtool.m4860 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 Daclocal.m4163 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 DNEWS135 * cmake: Add -export-dynamic to link flags, fixes build on FreeBSD
/mOS-networking-stack/scripts/
H A Dconfigure1311 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