Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dsockstate.h55 #define SS_ISDISCONNECTED 0x2000 /* socket disconnected from peer */ macro
H A Dsocketvar.h211 #define SS_ISDISCONNECTED 0x2000 /* socket disconnected from peer */ macro
/f-stack/freebsd/sys/
H A Dsocketvar.h211 #define SS_ISDISCONNECTED 0x2000 /* socket disconnected from peer */ macro
/f-stack/freebsd/kern/
H A Duipc_socket.c1987 SS_ISDISCONNECTING | SS_ISDISCONNECTED)) == 0 &&
2454 if (!(so->so_state & (SS_ISCONNECTED|SS_ISDISCONNECTED))) {
4069 so->so_state |= SS_ISDISCONNECTED;
/f-stack/freebsd/netinet/
H A Dtcp_usrreq.c816 if (so->so_state & SS_ISDISCONNECTED) in tcp_usr_accept()
871 if (so->so_state & SS_ISDISCONNECTED) in tcp6_usr_accept()
H A Dsctp_pcb.c4864 so->so_state |= SS_ISDISCONNECTED; in sctp_free_assoc()
H A Dsctp_usrreq.c7288 if (so->so_state & SS_ISDISCONNECTED) {