Home
last modified time | relevance | path

Searched refs:DEFAULT_PING_TIMEOUT_MS (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h827 #if !defined (DEFAULT_PING_TIMEOUT_MS)
828 # define DEFAULT_PING_TIMEOUT_MS 0 macro
/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcp.c3618 TIME ping_timeout_ms = DEFAULT_PING_TIMEOUT_MS; in do_ping_check()