Home
last modified time | relevance | path

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

/dports/sysutils/pies/pies-1.5/src/
H A Dpies.h203 #define CF_TCPMUXPLUS 0x010 /* A TCPMUX-plus service, i.e. pies macro
218 #define ISCF_TCPMUX(f) ((f) & (CF_TCPMUX | CF_TCPMUXPLUS))
H A Dcomp.c580 if ((comp->flags & (CF_TCPMUX | CF_TCPMUXPLUS)) in component_verify()
581 == (CF_TCPMUX | CF_TCPMUXPLUS)) in component_verify()
H A Dinetd-bi.c370 if (srv_comp->flags & CF_TCPMUXPLUS) in tcpmux()
H A Dinetd.c49 *pflag |= CF_TCPMUXPLUS; in tcpmux_service()
H A Dpies.c1175 { "tcpmuxplus", CF_TCPMUXPLUS }, in str_to_cf()
/dports/sysutils/pies/pies-1.5/
H A DChangeLog2681 * src/pies.h (CF_TCPMUX, CF_TCPMUXPLUS): New flags.