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

/freebsd-13-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-13-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-13-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-13-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-13-stable/contrib/dialog/
H A Dmixedgauge.c301 nodelay(stdscr, TRUE);
366 nodelay(stdscr, FALSE);
H A Dprogressbox.c209 nodelay(win, TRUE);
213 nodelay(win, FALSE);
H A Dpause.c124 nodelay(dialog, TRUE);
196 ; /* ignore errors in nodelay mode */
/freebsd-13-stable/contrib/ee/
H A Dnew_curse.h234 extern void nodelay P_((WINDOW *window, int flag));
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_options.c108 nodelay(WINDOW *win, bool flag) function
110 T((T_CALLED("nodelay(%p,%d)"), (void *) win, flag));
/freebsd-13-stable/sys/dev/oce/
H A Doce_queue.c78 uint32_t nodelay, uint32_t ncoalesce);
837 * @param nodelay no delay flag
847 uint32_t nodelay, uint32_t ncoalesce)
864 cq->cq_cfg.nodelay = (uint8_t) nodelay;
842 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.h1337 uint32_t nodelay:1; member in struct:oce_cq_ctx_u::__anon13606
1352 uint32_t nodelay:1;
1382 uint32_t nodelay:1; member in struct:oce_cq_ctx_u::__anon13607
1400 uint32_t nodelay:1;
H A Doce_mbox.c1840 ctx->v2.nodelay = cq->cq_cfg.nodelay;
1855 ctx->v0.nodelay = cq->cq_cfg.nodelay;
H A Doce_if.h622 boolean_t nodelay; member in struct:cq_config
/freebsd-13-stable/tools/tools/ath/athratestats/
H A Dmain.c393 nodelay(stdscr, 1);
/freebsd-13-stable/usr.sbin/gstat/
H A Dgstat.c215 nodelay(stdscr, 1);
/freebsd-13-stable/usr.sbin/pmcstat/
H A Dpmcstat.c1315 nodelay(stdscr, 1);
/freebsd-13-stable/lib/ncurses/ncurses/
H A DMakefile742 curs_inopts.3 nodelay.3 \
/freebsd-13-stable/contrib/sendmail/src/
H A Dmilter.c1188 int nodelay = 1; local
1191 (char *)&nodelay, sizeof(nodelay));
/freebsd-13-stable/sys/dev/ocs_fc/
H A Dsli4.h1525 nodelay:1, member in struct:sli4_req_common_create_cq_v0_s
1558 nodelay:1, member in struct:sli4_req_common_create_cq_v2_s
1593 nodelay:1, member in struct:sli4_req_common_create_cq_set_v0_s
/freebsd-13-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c3638 report_return(nodelay(win, flag));

Completed in 370 milliseconds