Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Daccf_tls.c78 return (SU_ISCONNECTED); /* can't wait any longer */ in so_hastls()
96 return (SU_ISCONNECTED); /* nope */ in so_hastls()
105 return (SU_ISCONNECTED); in so_hastls()
H A Daccf_http.c194 return (SU_ISCONNECTED); in sohashttpget()
271 return (SU_ISCONNECTED); in soparsehttpvers()
336 return (SU_ISCONNECTED); in soishttpconnected()
H A Daccf_data.c52 return (SU_ISCONNECTED); in sohasdata()
H A Daccf_dns.c73 return (SU_ISCONNECTED); in sohasdns()
/freebsd/sys/sys/
H A Dsocketvar.h483 #define SU_ISCONNECTED 1 macro
/freebsd/sys/kern/
H A Duipc_sockbuf.c493 if (ret == SU_ISCONNECTED) { in sowakeup()
503 if (ret == SU_ISCONNECTED) in sowakeup()
H A Duipc_socket.c4746 if (ret == SU_ISCONNECTED) {