OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:netoring
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/telnet/
network.c
55
Ring
netoring
, netiring;
variable
65
if (ring_init(&
netoring
, netobuf, sizeof netobuf) != 1) {
114
ring_mark(&
netoring
);
135
ring_encrypt(&
netoring
, encrypt_output);
137
if ((n1 = n = ring_full_consecutive(&
netoring
)) > 0) {
138
if (!ring_at_mark(&
netoring
)) {
139
n = send(net,
netoring
.consume, (size_t)n, 0); /* normal write */
149
n = send(net,
netoring
.consume, 1, MSG_OOB);/* URGENT data */
157
ring_clear_mark(&
netoring
);
164
Dump('>',
netoring
.consume, (int)n)
[
all
...]
defines.h
36
#define NETADD(c) { *
netoring
.supply = (c); ring_supplied(&
netoring
, 1); }
38
#define NETBYTES() (ring_full_count(&
netoring
))
39
#define NETROOM() (ring_empty_count(&
netoring
))
authenc.c
59
ring_supply_data(&
netoring
, str, len);
73
ring_encrypt(&
netoring
, encrypt_output);
75
ring_clearto(&
netoring
);
ring.h
64
netoring
,
telnet.c
789
ring_supply_data(&
netoring
, temp, len);
814
ring_supply_data(&
netoring
, temp, len);
916
ring_supply_data(&
netoring
, temp, len);
1035
ring_supply_data(&
netoring
, str_lm, sizeof(str_lm));
1071
ring_supply_data(&
netoring
, str_lm, sizeof(str_lm));
1112
ring_supply_data(&
netoring
, str_lm_mode, sizeof(str_lm_mode));
1228
ring_supply_data(&
netoring
, slc_import_def, sizeof(slc_import_def));
1231
ring_supply_data(&
netoring
, slc_import_val, sizeof(slc_import_val));
1389
ring_supply_data(&
netoring
, slc_reply, slc_replyp - slc_reply);
1588
ring_supply_data(&
netoring
, opt_reply, len)
[
all
...]
Completed in 23 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026