Searched refs:send_oob (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rlogind.c | 141 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 D | in.telnetd.c | 270 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 71 milliseconds