Home
last modified time | relevance | path

Searched full:dont (Results 1 – 25 of 255) sorted by relevance

1234567891011

/freebsd/crypto/heimdal/appl/telnet/
H A Dtelnet.state3 (You need the localside, sending WILL/WONT & receiving DO/DONT, and
4 the remoteside, sending DO/DONT and receiving WILL/WONT)
11 MY_STATE = WANT_STATE = DONT
72 Send DONT option
H A DREADME.ORIG203 do/dont/will/wont commands, with any telnet option
204 name. The rules for when do/dont/will/wont are sent
495 to our "DO ECHO", that we send a "DONT ECHO" to get the
503 WONT option; send DONT option. Now, the sequence is: send
513 recv DO ECHO 1 (first reply, ok. expect DONT ECHO next)
515 recv DONT ECHO 1 (second reply, ok. expect DO ECHO next)
516 recv DONT ECHO 0 (third reply, wrong answer. got DONT!!!)
517 *** send WONT ECHO (send WONT to acknowledge the DONT)
521 recv DONT ECHO 0
523 recv DONT ECHO 0
[all …]
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c39 unsigned char dont[] = { IAC, DONT, '%', 'c', 0 }; variable
77 #define TS_DONT 8 /* dont -''- */
242 case DONT: in telrcv()
348 * The will/wont/do/dont state machines are based on Dave Borman's
384 * will and do imply positive new_state, wont and dont imply negative.
412 * that we sent a DONT, so that we can send more DOs if in send_do()
584 output_data((const char *)dont, option); in send_dont()
586 DIAG(TD_OPTIONS, printoption("td: send dont", option)); in send_dont()
620 * don't respond with a DONT TM, just leave it in wontoption()
714 * When we get a DONT SGA, we will try once to turn it
[all …]
H A Dutility.c153 case DONT: in nextitem()
698 case DONT: in printsub()
699 output_data("DONT "); in printsub()
828 case DONT: cp = "DONT"; goto common2; in printsub()
/freebsd/contrib/ntp/scripts/
H A Dplot_summary-opts38 'dont-wait' => '',
45 'dont-wait',
59 --dont-wait Don't wait for keystroke between plots
H A Dplot_summary-opts.def79 name = dont-wait;
H A Dplot_summary.1plot_summarymdoc63 .It Fl \-dont\-wait
H A Dplot_summary.mdoc.in63 .It Fl \-dont\-wait
/freebsd/contrib/ntp/scripts/update-leap/
H A Dupdate-leap-opts38 'dont-wait' => '',
45 'dont-wait',
58 --dont-wait Don't wait for keystroke between plots
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dutilities.c154 (cmd == DO) ? "DO" : (cmd == DONT) ? "DONT" : 0; in printoption()
198 printf("want DONT %s\n", TELOPT(i)); in optionstatus()
200 printf("want DONT %s\n", TELCMD(i)); in optionstatus()
202 printf("want DONT %d\n", i); in optionstatus()
545 case DONT: in printsub()
546 fprintf(NetTrace, "DONT "); in printsub()
654 case DONT: cp = "DONT"; goto common2; in printsub()
/freebsd/contrib/telnet/telnet/
H A Dutilities.c183 (cmd == DO) ? "DO" : (cmd == DONT) ? "DONT" : 0; in printoption()
228 printf("want DONT %s\n", TELOPT(i)); in optionstatus()
230 printf("want DONT %s\n", TELCMD(i)); in optionstatus()
232 printf("want DONT %d\n", i); in optionstatus()
564 case DONT: in printsub()
565 fprintf(NetTrace, "DONT "); in printsub()
672 case DONT: cp = "DONT"; goto common2; in printsub()
H A Dtelnet.c269 NET2ADD(IAC, DONT); in send_dont()
271 printoption("SENT", DONT, c); in send_dont()
553 /* we always accept a DONT */ in dontoption()
855 case DONT: in suboption()
1031 str_lm[3] = DONT; in lm_will()
1052 /* We are always DONT, so don't respond */ in lm_wont()
1775 case DONT: in telrcv()
1836 printoption("RCVD", DONT, c); in telrcv()
2188 case DONT:
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hsi_init_func.h130 …u32 vport_rl /* rate limit in Mb/sec units. a value of 0 means dont configure. ignored if VPORT RL…
131 …u16 vport_wfq /* WFQ weight. A value of 0 means dont configure. ignored if VPORT WFQ is globally d…
H A Drdma_common.h290 #define RDMA_SQ_ATOMIC_WQE_SE_FLG_MASK 0x1 /* Dont care for atomic wqe */
323 #define RDMA_SQ_ATOMIC_WQE_1ST_SE_FLG_MASK 0x1 /* Dont care for atomic wqe */
364 #define RDMA_SQ_BIND_WQE_SE_FLG_MASK 0x1 /* Dont care for bind wqe */
414 #define RDMA_SQ_BIND_WQE_1ST_SE_FLG_MASK 0x1 /* Dont care for bind wqe */
492 #define RDMA_SQ_FMR_WQE_SE_FLG_MASK 0x1 /* Dont care for FMR wqe */
569 #define RDMA_SQ_FMR_WQE_1ST_SE_FLG_MASK 0x1 /* Dont care for FMR wqe */
655 #define RDMA_SQ_LOCAL_INV_WQE_SE_FLG_MASK 0x1 /* Dont care for local invalidate wqe */
/freebsd/sys/dev/ata/chipsets/
H A Data-cyrix.c110 /* dont try to set the mode if we dont have the resource */ in ata_cyrix_setmode()
/freebsd/sys/netinet/cc/
H A Dcc.h97 uint8_t labc; /* Dont use system abc use passed in */
103 #define CCF_USE_LOCAL_ABC 0x0004 /* Dont use the system l_abc val */
189 * Called when a RTT sample is made (fas = flight at send, if you dont have it
/freebsd/sys/sys/
H A Dmman.h102 #define MAP_NOCORE 0x00020000 /* dont include these pages in a coredump */
154 #define _MADV_DONTNEED 4 /* dont need these pages */
162 #define MADV_FREE 5 /* dont need these pages, and junk contents */
/freebsd/contrib/dialog/samples/copifuncs/
H A Dcopi.sendifm27 DONT)
/freebsd/contrib/tcpdump/
H A Dprint-telnet.c66 #define DONT 254 /* you are not to use option */ macro
91 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
410 case DONT: in telnet_parse()
415 /* DONT/DO/WONT/WILL x */ in telnet_parse()
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dstmpe-adc.txt20 st,norequest-mask = <0x0F>; /* dont use ADC CH3-0 */
H A Dst,stmpe-adc.yaml40 st,norequest-mask = <0x0f>; /* dont use ADC CH3-0 */
/freebsd/contrib/libucl/tests/fuzzers/
H A Ducl_add_string_fuzzer.c8 // We dont null-terminate the string and by the design in LLVMFuzzerTestOneInput()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.NegativeSpecSize.d36 * NOTES: Why dont we have an error tag for this error?
/freebsd/usr.bin/fortune/tools/
H A Ddo_uniq.py12 'dont', 'have', 'more', 'will', 'your',
/freebsd/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h43 #define DONT 254 /* you are not to use option */ macro
69 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,

1234567891011