Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/dnstap/
H A Ddnstap_fstrm.c90 control[2] = htonl(FSTRM_CONTROL_FRAME_STOP); in fstrm_create_control_frame_stop()
192 } else if(frametype == FSTRM_CONTROL_FRAME_STOP) { in fstrm_describe_control()
H A Ddnstap_fstrm.h104 #define FSTRM_CONTROL_FRAME_STOP 0x03 macro
H A Dunbound-dnstap-socket.c1128 FSTRM_CONTROL_FRAME_STOP && data->is_bidirectional) { in dtio_tap_callback()