send_oob
if (send_oob(f, oobdata, 1) < 0)
static int send_oob(int fd, void *ptr, size_t count);
static int send_oob(int fd, char *ptr, int count);
n = send_oob(net, nbackp, n);