Searched refs:sb_timeo (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcblist.c146 xsb->sb_timeo = (short)
147 (sb->sb_timeo.tv_sec * hz) + sb->sb_timeo.tv_usec / tick;
148 if (xsb->sb_timeo == 0 && sb->sb_timeo.tv_usec != 0)
149 xsb->sb_timeo = 1;
/darwin-on-arm/xnu/bsd/kern/
H A Dsocket_info.c63 sbi->sbi_timeo = (u_int32_t)(sb->sb_timeo.tv_sec * hz) + sb->sb_timeo.tv_usec / tick;
64 if (sbi->sbi_timeo == 0 && sb->sb_timeo.tv_usec != 0)
H A Dsys_socket.c302 so->so_snd.sb_timeo = cloned_so->so_snd.sb_timeo;
303 so->so_rcv.sb_timeo = cloned_so->so_rcv.sb_timeo;
H A Duipc_socket2.c480 ts.tv_sec = sb->sb_timeo.tv_sec;
481 ts.tv_nsec = sb->sb_timeo.tv_usec * 1000;
1961 xsb->sb_timeo = (short)
1962 (sb->sb_timeo.tv_sec * hz) + sb->sb_timeo.tv_usec / tick;
1963 if (xsb->sb_timeo == 0 && sb->sb_timeo.tv_usec != 0)
1964 xsb->sb_timeo = 1;
H A Duipc_socket.c3119 so->so_snd.sb_timeo = tv;
3122 so->so_rcv.sb_timeo = tv;
3565 so->so_snd.sb_timeo : so->so_rcv.sb_timeo);
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h181 struct timeval sb_timeo; /* timeout for read/write */ member in struct:socket::sockbuf
351 short sb_timeo; member in struct:xsockbuf
444 short sb_timeo; member in struct:xsockbuf_n

Completed in 45 milliseconds