Home
last modified time | relevance | path

Searched refs:so_timeo (Results 1 – 8 of 8) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsocketvar.h101 short so_timeo; /* (g) connection timeout */ member
523 int16_t so_timeo; member
/f-stack/freebsd/sys/
H A Dsocketvar.h101 short so_timeo; /* (g) connection timeout */ member
523 int16_t so_timeo; member
/f-stack/freebsd/kern/
H A Duipc_debug.c477 db_printf("so_timeo: %d ", so->so_timeo); in db_print_socket()
H A Duipc_socket.c1203 error = tsleep(&so->so_timeo,
2857 wakeup(&so->so_timeo);
2861 wakeup(&so->so_timeo);
4033 wakeup(&so->so_timeo);
4053 wakeup(&so->so_timeo);
4082 wakeup(&so->so_timeo);
4272 xso->so_timeo = so->so_timeo;
H A Duipc_syscalls.c529 error = msleep(&so->so_timeo, &so->so_lock, PSOCK | PCATCH, in kern_connectat()
/f-stack/freebsd/netinet/
H A Dsctp_os_bsd.h384 #define SCTP_SOWAKEUP(so) wakeup(&(so)->so_timeo)
H A Dtcp_subr.c2242 wakeup( &so->so_timeo); in tcp_notify()
/f-stack/tools/netstat/
H A Dinet.c179 xso->so_timeo = so->so_timeo; in sotoxsocket()