Lines Matching defs:ping
91 DOM_PINGING, /* ping outstanding */
255 * every 60 seconds, send ping and switch to state PINGING
545 * If we're expected a ping response, and we've got it
552 * dom_state back to ALIVE and ping again in 60
774 * this domain. If it happens a lot, force a ping. This works
992 err(1, "ping socket");
1274 * Receive and dispatch packets on the ping socket.
1432 * Send a ping message to a domain's current ypserver.
1435 ping(struct domain *dom)
1483 DPRINTF("ping %x\n", dom->dom_server_addr.sin_addr.s_addr);
1488 yp_log(LOG_WARNING, "ping: sendto: %s", strerror(errno));
1496 * If the domain is currently alive, ping the server we're currently
1503 * we didn't receive a ping response within five seconds. Declare the
1532 (void)ping(dom);