HomeSort by: relevance | last modified time | path
    Searched defs:netoring (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/telnet/
network.c 55 Ring netoring, netiring; variable in typeref:typename:Ring
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 in typeref:typename:Ring
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 121 milliseconds