Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDaccf_http.c194 return (SU_ISCONNECTED); in sohashttpget()
271 return (SU_ISCONNECTED); in soparsehttpvers()
336 return (SU_ISCONNECTED); in soishttpconnected()
HDaccf_data.c52 return (SU_ISCONNECTED); in sohasdata()
HDaccf_dns.c73 return (SU_ISCONNECTED); in sohasdns()
/freebsd-13-stable/sys/sys/
HDsocketvar.h414 #define SU_ISCONNECTED 1 macro
/freebsd-13-stable/sys/kern/
HDuipc_sockbuf.c506 if (ret == SU_ISCONNECTED) { in sowakeup()
516 if (ret == SU_ISCONNECTED) in sowakeup()
HDuipc_socket.c4103 if (ret == SU_ISCONNECTED) {