Searched defs:BOUND (Results 1 – 4 of 4) sorted by relevance
76 cluster.fork({ BOUND: 'y', PORT: target.address().port }); property77 cluster.fork({ BOUND: 'y', PORT: target.address().port }); property
33 cluster.fork({ BOUND: 'y' }).on('listening', disconnect); property
36 cluster.fork({ BOUND: 'y' }).on('listening', disconnect); property
112 #define BOUND(x) ((x) > 255 ? 255 : (x)) in gst_synae_scope_init() macro