Home
last modified time | relevance | path

Searched refs:LMSTYPE_LISTEN6 (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libmsocket/libmsocket-0.4/
H A Dmux.c111 if ((ms->type == LMSTYPE_LISTEN4) || (ms->type == LMSTYPE_LISTEN6)) in lms_mux_addfd()
239 if ((mso->type == LMSTYPE_LISTEN4) || (mso->type == LMSTYPE_LISTEN6)) in _lms_mux_default_read()
H A Dmsocket.h64 # define LMSTYPE_LISTEN6 8 macro
H A Dconn.c69 else if (l->type == LMSTYPE_LISTEN6) in lms_conn_accept()
H A Dsocket.c163 else if ((type == LMSTYPE_LISTEN6) || (type == LMSTYPE_STREAM6) || (type == LMSTYPE_DGRAM6)) in lms_socket_create()
539 …t_list[i]->type == LMSTYPE_LISTEN4) || (_lms_socket_list[i]->type == LMSTYPE_LISTEN6) || (_lms_soc… in lms_socket_housekeeping()
598 if ((s->type != LMSTYPE_LISTEN4) && (s->type != LMSTYPE_LISTEN6)) in lms_socket_ilisten()
H A Dmsocket-internal.h128 # define LMSTYPE_LISTEN6 8 macro