Lines Matching defs:broadcast
111 ypbind_mode_t dom_ypbindmode; /* broadcast or direct */
337 * file does not exist, we revert to broadcast mode.
339 * The sysadmin can force broadcast mode by passing the
340 * -broadcast flag. There is currently no way to fail and
348 DPRINTF("%s does not exist, defaulting to broadcast\n",
607 * 2. If we're in broadcast mode the address should be
611 * 2a. If we're in broadcast mode and we've been ypset, we
1014 * Broadcast an RPC packet to hopefully contact some servers for a
1018 broadcast(char *buf, int outlen)
1030 yp_log(LOG_WARNING, "broadcast: getifaddrs: %s",
1056 DPRINTF("broadcast %x\n", bindsin.sin_addr.s_addr);
1060 yp_log(LOG_WARNING, "broadcast: sendto: %s",
1099 * to broadcast mode?
1157 * (This is only used when in broadcast mode and when ypset is
1422 return broadcast(buf, outlen);
1497 * bound to. Otherwise, try all known servers and/or broadcast for a
1628 "Usage: %s [-broadcast] [-insecure] [-ypset] [-ypsetme]%s\n",
1662 } else if (!strcmp("-broadcast", *argv)) {