Home
last modified time | relevance | path

Searched refs:NETWORK (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/networking/ssl_helper-wolfssl/
Dssl_helper.c364 #define NETWORK pfd[1] macro
370 if (STDIN.fd == NETWORK.fd) /* means both are -1 */ in wait_for_input()
373 STDIN.revents = NETWORK.revents = 0; in wait_for_input()
383 NETWORK.fd = fd; in do_io_until_eof_and_exit()
431 NETWORK.fd = -1; in do_io_until_eof_and_exit()
/busybox-1.35.0/networking/
Dipcalc.c95 #define NETWORK 0x04 macro
142 if (!(opt & (BROADCAST | NETWORK | NETPREFIX))) { in ipcalc_main()
206 if (opt & NETWORK) { in ipcalc_main()
/busybox-1.35.0/networking/ssl_helper/
Dssl_helper.c130 #define NETWORK pfd[1] macro
136 if (STDIN.fd == NETWORK.fd) /* means both are -1 */ in wait_for_input()
139 STDIN.revents = NETWORK.revents = 0; in wait_for_input()
218 NETWORK.fd = fd; in do_io_until_eof_and_exit()
287 NETWORK.fd = -1; in do_io_until_eof_and_exit()