Searched refs:nodelay (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/unbound/services/
H A Dlisten_dnsport.h247 * @param nodelay: if true set TCP_NODELAY and TCP_QUICKACK socket options.
254 int* reuseport, int transparent, int mss, int nodelay, int freebind,
H A Dlisten_dnsport.c595 int* reuseport, int transparent, int mss, int nodelay, int freebind,
642 if(nodelay) {
918 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind,
955 transparent, tcp_mss, nodelay, freebind, use_systemd,
969 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind,
992 snd, reuseport, transparent, tcp_mss, nodelay, freebind,
996 reuseport, transparent, tcp_mss, nodelay, freebind, use_systemd,
1144 int nodelay = is_https && http2_nodelay; local
1159 tcp_mss, nodelay, freebind, use_systemd, dscp)) == -1) {
1180 tcp_mss, nodelay, freebin
594 create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto, int* reuseport, int transparent, int mss, int nodelay, int freebind, int use_systemd, int dscp) argument
916 make_sock(int stype, const char* ifname, const char* port, struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd, int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, int use_systemd, int dscp) argument
967 make_sock_port(int stype, const char* ifname, const char* port, struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd, int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, int use_systemd, int dscp) argument
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dpause.c118 nodelay(dialog, TRUE);
190 ; /* ignore errors in nodelay mode */
H A Dmixedgauge.c299 nodelay(stdscr, TRUE);
364 nodelay(stdscr, FALSE);
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c200 int error, nodelay; local
230 nodelay = 1;
231 if (setsockopt(tctx->tc_fd, IPPROTO_TCP, TCP_NODELAY, &nodelay,
232 sizeof(nodelay)) == -1) {
/freebsd-11-stable/sbin/hastd/
H A Dproto_tcp.c197 int ret, nodelay; local
226 nodelay = 1;
227 if (setsockopt(tctx->tc_fd, IPPROTO_TCP, TCP_NODELAY, &nodelay,
228 sizeof(nodelay)) == -1) {
/freebsd-11-stable/crypto/heimdal/appl/push/
H A Dpush.c95 do_connect (const char *hostname, int port, int nodelay) argument
131 (void *)&nodelay, sizeof(nodelay)) < 0)
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_options.c107 nodelay(WINDOW *win, bool flag) function
109 T((T_CALLED("nodelay(%p,%d)"), (void *) win, flag));
/freebsd-11-stable/contrib/ee/
H A Dnew_curse.h234 extern void nodelay P_((WINDOW *window, int flag));
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui.c382 nodelay(w, FALSE);
/freebsd-11-stable/tools/tools/ath/athratestats/
H A Dmain.c386 nodelay(stdscr, 1);
/freebsd-11-stable/sys/dev/oce/
H A Doce_queue.c76 uint32_t nodelay, uint32_t ncoalesce);
882 * @param nodelay no delay flag
892 uint32_t nodelay, uint32_t ncoalesce)
909 cq->cq_cfg.nodelay = (uint8_t) nodelay;
887 oce_cq_create(POCE_SOFTC sc, struct oce_eq *eq, uint32_t q_len, uint32_t item_size, uint32_t sol_event, uint32_t is_eventable, uint32_t nodelay, uint32_t ncoalesce) argument
H A Doce_hw.h1360 uint32_t nodelay:1; member in struct:oce_cq_ctx_u::__anon7388
1375 uint32_t nodelay:1;
1405 uint32_t nodelay:1; member in struct:oce_cq_ctx_u::__anon7389
1423 uint32_t nodelay:1;
H A Doce_mbox.c1874 ctx->v2.nodelay = cq->cq_cfg.nodelay;
1889 ctx->v0.nodelay = cq->cq_cfg.nodelay;
H A Doce_if.h627 boolean_t nodelay; member in struct:cq_config
/freebsd-11-stable/usr.sbin/gstat/
H A Dgstat.c204 nodelay(stdscr, 1);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h782 extern int nodelay(WINDOW *, int);
/freebsd-11-stable/lib/ncurses/ncurses/
H A DMakefile720 curs_inopts.3 nodelay.3 \
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcstat.c1386 nodelay(stdscr, 1);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.h1533 nodelay:1, member in struct:sli4_req_common_create_cq_v0_s
1566 nodelay:1, member in struct:sli4_req_common_create_cq_v2_s
1603 nodelay:1, member in struct:sli4_req_common_create_cq_set_v0_s
/freebsd-11-stable/contrib/sendmail/src/
H A Dmilter.c1188 int nodelay = 1; local
1191 (char *)&nodelay, sizeof(nodelay));
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c3638 report_return(nodelay(win, flag));

Completed in 244 milliseconds