Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Daccf_http.c196 return (SU_ISCONNECTED); in sohashttpget()
273 return (SU_ISCONNECTED); in soparsehttpvers()
338 return (SU_ISCONNECTED); in soishttpconnected()
H A Daccf_data.c54 return (SU_ISCONNECTED); in sohasdata()
H A Daccf_dns.c75 return (SU_ISCONNECTED); in sohasdns()
/f-stack/tools/compat/include/sys/
H A Dsocketvar.h405 #define SU_ISCONNECTED 1 macro
/f-stack/freebsd/sys/
H A Dsocketvar.h405 #define SU_ISCONNECTED 1 macro
/f-stack/freebsd/kern/
H A Duipc_sockbuf.c511 if (ret == SU_ISCONNECTED) { in sowakeup()
523 if (ret == SU_ISCONNECTED) in sowakeup()
H A Duipc_socket.c4021 if (ret == SU_ISCONNECTED) {