Home
last modified time | relevance | path

Searched refs:nodelay (Results 1 – 8 of 8) sorted by relevance

/external/openssh/contrib/redhat/
Dsshd.pam.old2 auth required /lib/security/pam_pwdb.so shadow nodelay
/external/openssh/contrib/
Dsshd.pam.generic2 auth required /lib/security/pam_unix.so shadow nodelay
/external/openssh/contrib/caldera/
Dsshd.pam2 auth required /lib/security/pam_pwdb.so shadow nodelay
/external/linux-tools-perf/
Dbuiltin-record.c52 static bool nodelay = false; variable
218 if (nodelay) { in config_attr()
764 OPT_BOOLEAN('D', "no-delay", &nodelay,
/external/qemu/docs/
DCHAR-DEVICES.TXT93 "tcp:[<host>]:<port>[,server][,nowait][,nodelay]"
99 The 'nodelay' is used to disable the TCP Nagle algorithm to
/external/qemu/
Dcurses.c295 nodelay(stdscr, TRUE); nonl(); keypad(stdscr, TRUE); in curses_setup()
Dqemu-options.hx1177 @item tcp:[@var{host}]:@var{port}[,@var{server}][,nowait][,nodelay]
1183 option was specified. The @code{nodelay} option disables the Nagle buffering
1196 @item telnet:@var{host}:@var{port}[,server][,nowait][,nodelay]
/external/grub/
DChangeLog7851 instead of nodelay.
8635 * grub/asmstub.c (grub_stage2) [HAVE_LIBCURSES]: Call nodelay.