Searched defs:netoring (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dnetwork.c56 Ring netoring; variable
75 if (ring_init(&netoring, netobuf, sizeof (netobuf)) != 1) {
125 ring_mark(&netoring);
145 ring_encrypt(&netoring, encrypt_output);
147 if ((n1 = n = ring_full_consecutive(&netoring)) > 0) {
148 if (!ring_at_mark(&netoring)) {
150 n = send(net, netoring.consume, n, 0);
160 n = send(net, netoring.consume, 1, MSG_OOB);
167 ring_clear_mark(&netoring);
174 Dump('>', netoring
[all...]

Completed in 44 milliseconds