HomeSort by: relevance | last modified time | path
    Searched refs:WILL (Results 1 - 14 of 14) sorted by relevancy

  /src/include/arpa/
telnet.h 44 #define WILL 251 /* I will use option */
67 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0
  /src/libexec/telnetd/
state.c 80 #define TS_WILL 5 /* will option negotiation */
239 case WILL:
355 * The will/wont/do/dont state machines are based on Dave Borman's
391 * will and do imply positive new_state, wont and dont imply negative.
394 * positive request, my_state will be the positive while want_state will
395 * remain negative. my_state will revert to negative when the negative
403 * that we receive prior to negative acknowledgment will probably be affected
455 DIAG(TD_OPTIONS, printoption("td: recv will", option));
486 * receive a will or wont TM in response to ou
    [all...]
utility.c 139 * stream. This will be the address of the next character if
140 * the current address is a user data character, or it will
160 case WILL:
324 * It will force a transmit of the buffer if necessary
437 * This is split on two lines so that SCCS will not see the M
659 case WILL:
660 output_data("WILL ");
774 case WILL: cp = "WILL"; goto common2;
termstat.c 78 * is preferred. It will be set to one of the following:
130 * the server's state regarding SGA. If server will SGA,
202 * the server will echo. If echo is on, then the server
203 * will echo if in character mode, but in linemode the
204 * client should do local echoing. The state machine will
208 * If we need to send the WILL ECHO (because echo is off),
211 * and echo, the client will get editing turned off first.
399 uselinemode = (parm1 == WILL);
462 * will change to the modes in an ack if it is different from
463 * what we currently have, but we will not ack the ack
    [all...]
  /src/usr.bin/telnet/
utilities.c 186 fmt = (cmd == WILL) ? "WILL" : (cmd == WONT) ? "WONT" :
258 printf("want WILL %s\n", TELOPT(i));
260 printf("want WILL %s\n", TELCMD(i));
262 printf("want WILL %d\n", i);
274 printf(" WILL %s\n", TELOPT(i));
276 printf(" WILL %s\n", TELCMD(i));
278 printf(" WILL %d\n", i);
565 case WILL:
566 fprintf(NetTrace, "WILL ");
    [all...]
telnet.c 292 NET2ADD(IAC, WILL);
294 printoption("SENT", WILL, c);
347 * Special case for TM. If we get back a WILL,
352 return; /* Never reply to TM will's/wont's */
403 return; /* Never reply to TM will's/wont's */
441 * Special case for TM. We send a WILL, but pretend
548 * Given a buffer returned by tgetent(), this routine will turn
851 case WILL:
1701 case WILL:
1750 printoption("RCVD", WILL, c)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
sm8150-sony-xperia-kumano.dtsi 429 /* BIG WARNING! DO NOT TOUCH UFS, YOUR DEVICE WILL DIE! */
sm8250-sony-xperia-edo.dtsi 611 /* BIG WARNING! DO NOT TOUCH UFS, YOUR DEVICE WILL DIE! */
  /src/usr.bin/nc/
netcat.c 585 * For UDP and not -k, we will use recvfrom() initially
1366 /* Deal with RFC 854 WILL/WONT DO/DONT negotiation. */
1383 if ((*p == WILL) || (*p == WONT))
  /src/libexec/ftpd/
ftpcmd.y 1403 case WILL:
1532 /* command will be handled in-band */
  /src/usr.bin/ftp/
ftp.c 416 case WILL:
436 * these will get trashed by pswitch()
2163 * peername/sockname will be AF_INET if IPv4 mapped address
2164 * is used to embed IPv4 address, and will be AF_INET6 if
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 622 # instruction, the 060 will take an overflow exception whether the #
682 # will never take this exception.
862 # instruction, the 060 will take an underflow exception whether the #
920 # will never take this exception.
972 # (0x00000000_80000000_00000000), then the machine will take an
977 # special case will simply exit gracefully with the correct result.
1005 # (0x00000000_80000000_00000000), then the machine will take an
1033 # (0x00000000_80000000_00000000), then the machine will take an
1269 # Opclass two w/ memory-to-fpn operation will have an incorrect extended
1386 # * there will be no other way to pass it the exceptional operan
    [all...]
fpsp.s 622 # instruction, the 060 will take an overflow exception whether the #
682 # will never take this exception.
862 # instruction, the 060 will take an underflow exception whether the #
920 # will never take this exception.
972 # (0x00000000_80000000_00000000), then the machine will take an
977 # special case will simply exit gracefully with the correct result.
1005 # (0x00000000_80000000_00000000), then the machine will take an
1033 # (0x00000000_80000000_00000000), then the machine will take an
1269 # Opclass two w/ memory-to-fpn operation will have an incorrect extended
1386 # * there will be no other way to pass it the exceptional operan
    [all...]
fplsp.s 5471 #--WHEN REDUCEX IS USED, THE CODE WILL INEVITABLY BE SLOW.
5509 #--integer quotient will be stored in N
5546 #--WILL BE TOO INEFFICIENT. THE WAY AROUND IT IS THAT
5547 #--(SIGN(INARG)*2**63 + FP2) - SIGN(INARG)*2**63 WILL GIVE
5902 #--WHEN REDUCEX IS USED, THE CODE WILL INEVITABLY BE SLOW.
5940 #--integer quotient will be stored in N
5977 #--WILL BE TOO INEFFICIENT. THE WAY AROUND IT IS THAT
5978 #--(SIGN(INARG)*2**63 + FP2) - SIGN(INARG)*2**63 WILL GIVE
6277 #--ATAN(X) DIRECTLY WILL NEED TO USE A RATIONAL APPROXIMATION
6279 #--WILL INVOLVE A VERY LONG POLYNOMIAL
    [all...]

Completed in 29 milliseconds