Home
last modified time | relevance | path

Searched refs:sb_timeo (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netsmb/
H A Dsmb_trantcp.c157 so->so_rcv.sb_timeo = (5 * SBT_1S); in nb_connect_in()
158 so->so_snd.sb_timeo = (5 * SBT_1S); in nb_connect_in()
/freebsd/sys/kern/
H A Duipc_socket.c1212 so->so_rcv.sb_timeo = head->sol_sbrcv_timeo;
1213 so->so_snd.sb_timeo = head->sol_sbsnd_timeo;
1350 so->so_rcv.sb_timeo = head->so_rcv.sb_timeo;
1351 so->so_snd.sb_timeo = head->so_snd.sb_timeo;
1496 sbrcv_timeo = so->so_rcv.sb_timeo;
1497 sbsnd_timeo = so->so_snd.sb_timeo;
3914 &so->so_snd.sb_timeo) :
3916 &so->so_rcv.sb_timeo);
4175 so->so_snd.sb_timeo) :
4177 so->so_rcv.sb_timeo));
H A Duipc_debug.c378 db_printf("sb_timeo: %jd\n", sb->sb_timeo); in db_print_sockbuf()
H A Duipc_sockbuf.c459 PSOCK | PCATCH, "sbwait", sb->sb_timeo, 0, 0)); in sbwait()
1891 xsb->sb_timeo = sb->sb_timeo; in sbtoxsockbuf()
/freebsd/sys/sys/
H A Dsockbuf.h99 sbintime_t sb_timeo; /* timeout for read/write */ member
H A Dsocketvar.h636 int32_t sb_timeo; member
/freebsd/usr.bin/netstat/
H A Dinet.c144 xsb->sb_timeo = sb->sb_timeo; in sbtoxsockbuf()