Home
last modified time | relevance | path

Searched defs:SOLISTENING (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsocketvar.h231 #define SOLISTENING(sol) (((sol)->so_options & SO_ACCEPTCONN) != 0) macro
/f-stack/freebsd/sys/
H A Dsocketvar.h231 #define SOLISTENING(sol) (((sol)->so_options & SO_ACCEPTCONN) != 0) macro