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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c141 static int send_oob(int fd, void *ptr, size_t count);
1342 if (send_oob(f, oobdata, 1) < 0)
1343 fatalperror(f, "send_oob");
1445 send_oob(int fd, void *ptr, size_t count) function
H A Din.telnetd.c270 static int send_oob(int fd, char *ptr, int count);
4422 n = send_oob(net, nbackp, n);
4617 send_oob(int fd, char *ptr, int count) function

Completed in 55 milliseconds