Home
last modified time | relevance | path

Searched refs:HIO_KEEPALIVE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/hastd/
H A Dsecondary.c541 case HIO_KEEPALIVE: in reqlog()
563 if (hio->hio_cmd != HIO_KEEPALIVE) { in requnpack()
573 case HIO_KEEPALIVE: in requnpack()
687 case HIO_KEEPALIVE: in recv_thread()
695 if (hio->hio_cmd == HIO_KEEPALIVE) { in recv_thread()
H A Dhast.h84 #define HIO_KEEPALIVE 5 macro
H A Dprimary.c1517 nv_add_uint8(nv, HIO_KEEPALIVE, "cmd"); in keepalive_send()