Lines Matching defs:bound
287 int status; /* bound checking ? */
291 int bound;
388 bound = 0;
474 bound = 1;
520 if (!bound)
689 /* decide if bound checking works for this transport */
737 * Create the list of addresses that we're bound to. Normally, this
754 err(EXIT_FAILURE, "no space for bound address array");
762 err(EXIT_FAILURE, "no space for bound address");
768 * Match the sa against the list of addresses we've bound to. If
769 * we've not specifically bound to anything, we match everything.