Searched refs:atmark (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.sbin/faithd/ |
H A D | ftp.c | 328 int error, atmark; in ftp_copy() local 332 error = ioctl(src, SIOCATMARK, &atmark); in ftp_copy() 333 if (error != -1 && atmark == 1) { in ftp_copy() 366 int error, atmark; in ftp_copyresult() local 375 error = ioctl(src, SIOCATMARK, &atmark); in ftp_copyresult() 376 if (error != -1 && atmark == 1) { in ftp_copyresult() 582 int error, atmark; in ftp_copycommand() local 595 error = ioctl(src, SIOCATMARK, &atmark); in ftp_copycommand() 596 if (error != -1 && atmark == 1) { in ftp_copycommand()
|
H A D | tcp.c | 201 int atmark, error, maxfd; in relay() local 240 error = ioctl(s_rcv, SIOCATMARK, &atmark); in relay() 241 if (error != -1 && atmark == 1) { in relay()
|
/netbsd-src/usr.bin/rlogin/ |
H A D | rlogin.c | 584 int atmark; in oob() local 630 if (ioctl(rem, SIOCATMARK, &atmark) < 0) { in oob() 634 if (atmark) in oob()
|