Searched refs:remote (Results 1 – 5 of 5) sorted by relevance
/busybox-1.35.0/miscutils/ |
D | conspy.c | 82 struct screen_info remote; member 164 xread(vcsa_fd, &G.remote, 4); in screen_read_close() 165 i = G.remote.cols * 2; in screen_read_close() 167 i *= G.remote.lines; in screen_read_close() 178 for (i = 0; i < G.remote.lines; i++) { in screen_read_close() 179 for (j = 0; j < G.remote.cols; j++, NEXT(data)) { in screen_read_close() 284 int linecnt = G.remote.lines - G.y; in screen_dump() 290 for (col = 0; col < G.remote.cols; col++, NEXT(data)) { in screen_dump() 313 unsigned cx = G.remote.cursor_x - G.x; in curmove() 314 unsigned cy = G.remote.cursor_y - G.y; in curmove() [all …]
|
/busybox-1.35.0/networking/ |
D | tcpudp.c | 269 len_and_sockaddr local, remote; in tcpudpsvd_main() local 416 local.len = remote.len = sa_len; in tcpudpsvd_main() 419 conn = accept(sock, &remote.u.sa, &remote.len); in tcpudpsvd_main() 425 &remote.u.sa, &local.u.sa, sa_len); in tcpudpsvd_main() 438 remote_addr = xmalloc_sockaddr2dotted_noport(&remote.u.sa); in tcpudpsvd_main() 466 xconnect(0, &remote.u.sa, sa_len); in tcpudpsvd_main() 521 free_me0 = remote_addr = xmalloc_sockaddr2dotted(&remote.u.sa); in tcpudpsvd_main() 523 free_me1 = remote_hostname = xmalloc_sockaddr2host_noport(&remote.u.sa); in tcpudpsvd_main()
|
D | telnetd.ctrlSQ.patch | 45 …is used by rlogin(1) and rlogind(8) to implement a remote-echoed, locally ^S/^Q flow-controlled re…
|
/busybox-1.35.0/docs/ |
D | tcp.txt | 8 connect(sock, &remote, sizeof(remote));
|
/busybox-1.35.0/loginutils/ |
D | Config.src | 31 PAM to access remote LDAP password servers and whatnot. And if you 57 able to use PAM to access shadow passwords from remote LDAP
|