/freebsd/tools/tools/so_splice/ |
H A D | proxy.c | 162 nodelay(int s) in nodelay() function 187 nodelay(sd[0]); in tcp_socketpair() 188 nodelay(sd[1]); in tcp_socketpair() 298 nodelay(s); in eventloop() 303 nodelay(ts); in eventloop()
|
/freebsd/contrib/sendmail/cf/feature/ |
H A D | conncontrol.m4 | 19 strcasecmp(defn(`_ARG_'), `nodelay'), `1', 25 `errprint(`*** ERROR: FEATURE(`conncontrol', `nodelay') requires FEATURE(`delay_checks')')'
|
H A D | ratecontrol.m4 | 19 strcasecmp(defn(`_ARG_'), `nodelay'), `1', 25 `errprint(`*** ERROR: FEATURE(`ratecontrol', `nodelay') requires FEATURE(`delay_checks')')'
|
/freebsd/tools/test/stress2/lib/ |
H A D | options.c | 124 op->nodelay = 1; in environment() 154 op->nodelay = 0; in options() 184 op->nodelay = 1; in options()
|
H A D | main.c | 107 if ((strcmp(getprogname(), "run") != 0) && (op->nodelay == 0)) in run_tests()
|
/freebsd/sbin/hastd/ |
H A D | proto_tcp.c | 194 int ret, nodelay; in tcp_setup_new() local 223 nodelay = 1; in tcp_setup_new() 224 if (setsockopt(tctx->tc_fd, IPPROTO_TCP, TCP_NODELAY, &nodelay, in tcp_setup_new() 225 sizeof(nodelay)) == -1) { in tcp_setup_new()
|
/freebsd/tools/test/stress2/include/ |
H A D | stress.h | 46 int nodelay; member
|
/freebsd/crypto/openssh/contrib/ |
H A D | sshd.pam.generic | 2 auth required /lib/security/pam_unix.so shadow nodelay
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | proto_tcp.c | 200 int error, nodelay; in tcp_setup_new() local 230 nodelay = 1; in tcp_setup_new() 231 if (setsockopt(tctx->tc_fd, IPPROTO_TCP, TCP_NODELAY, &nodelay, in tcp_setup_new() 232 sizeof(nodelay)) == -1) { in tcp_setup_new()
|
/freebsd/crypto/heimdal/appl/push/ |
H A D | push.c | 95 do_connect (const char *hostname, int port, int nodelay) in do_connect() argument 131 (void *)&nodelay, sizeof(nodelay)) < 0) in do_connect()
|
/freebsd/contrib/dialog/ |
H A D | mixedgauge.c | 304 nodelay(stdscr, TRUE); in dlg_begin_mixedgauge() 369 nodelay(stdscr, FALSE); in dlg_finish_mixedgauge()
|
H A D | progressbox.c | 210 nodelay(win, TRUE); in get_line() 214 nodelay(win, FALSE); in get_line()
|
H A D | pause.c | 125 nodelay(dialog, TRUE); in dialog_pause()
|
/freebsd/sys/dev/oce/ |
H A D | oce_queue.c | 77 uint32_t nodelay, uint32_t ncoalesce); 844 uint32_t nodelay, uint32_t ncoalesce) in oce_cq_create() argument 861 cq->cq_cfg.nodelay = (uint8_t) nodelay; in oce_cq_create()
|
H A D | oce_mbox.c | 1837 ctx->v2.nodelay = cq->cq_cfg.nodelay; in oce_mbox_cq_create() 1852 ctx->v0.nodelay = cq->cq_cfg.nodelay; in oce_mbox_cq_create()
|
H A D | oce_hw.h | 1336 uint32_t nodelay:1; member 1351 uint32_t nodelay:1; 1381 uint32_t nodelay:1; member 1399 uint32_t nodelay:1;
|
/freebsd/contrib/ee/ |
H A D | new_curse.h | 234 extern void nodelay P_((WINDOW *window, int flag));
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_options.c | 108 nodelay(WINDOW *win, bool flag) in nodelay() function
|
/freebsd/contrib/bsddialog/lib/ |
H A D | barbox.c | 640 nodelay(stdscr, TRUE); in bsddialog_pause() 707 nodelay(stdscr, FALSE);
|
/freebsd/contrib/ncurses/man/ |
H A D | man_db.renames.in | 228 nodelay.3x nodelay.3ncurses
|
/freebsd/tools/tools/ath/athratestats/ |
H A D | main.c | 391 nodelay(stdscr, 1); in main()
|
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.c | 701 int* reuseport, int transparent, int mss, int nodelay, int freebind, in create_tcp_accept_sock() argument 748 if(nodelay) { in create_tcp_accept_sock() 1036 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, in make_sock() argument 1074 transparent, tcp_mss, nodelay, freebind, use_systemd, in make_sock() 1108 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, in make_sock_port() argument 1132 snd, reuseport, transparent, tcp_mss, nodelay, freebind, in make_sock_port() 1136 reuseport, transparent, tcp_mss, nodelay, freebind, use_systemd, in make_sock_port() 1306 int nodelay = is_https && http2_nodelay; in ports_create_if() local 1333 tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock, in ports_create_if() 1390 tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock, in ports_create_if() [all …]
|
H A D | listen_dnsport.h | 300 int* reuseport, int transparent, int mss, int nodelay, int freebind,
|
/freebsd/usr.sbin/gstat/ |
H A D | gstat.c | 213 nodelay(stdscr, 1); in main()
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.def | 296 "nodelay" @200 NONAME
|