OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:netoring
(Results
1 - 2
of
2
) 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
...]
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
...]
Completed in 33 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026