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

/freebsd-11-stable/sys/netinet/
H A Daccf_data.c65 return (SU_ISCONNECTED);
H A Daccf_http.c206 return (SU_ISCONNECTED);
283 return (SU_ISCONNECTED);
349 return (SU_ISCONNECTED);
H A Daccf_dns.c86 return (SU_ISCONNECTED);
/freebsd-11-stable/sys/sys/
H A Dsocketvar.h339 #define SU_ISCONNECTED 1 macro
/freebsd-11-stable/sys/kern/
H A Duipc_sockbuf.c327 if (ret == SU_ISCONNECTED) {
329 ("SO_SND upcall returned SU_ISCONNECTED"));
337 if (ret == SU_ISCONNECTED)
H A Duipc_socket.c3481 if (ret == SU_ISCONNECTED)
3484 if (ret == SU_ISCONNECTED)

Completed in 115 milliseconds