Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/twa/
H A Dtw_cl_ioctl.h93 TW_UINT32 control_code; member
/freebsd-12.1/sys/dev/tws/
H A Dtws_user.h82 u_int32_t control_code; member
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_control.c43 short control_code; /* defined request code */ member
1305 for (cc = control_codes; cc->control_code != NO_REQUEST; cc++) { in process_control()
1306 if (cc->control_code == res_opcode) { in process_control()