Home
last modified time | relevance | path

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

/dflybsd-src/bin/cpdup/
H A Dhcproto.c150 trans = hcc_start_command(hc, HC_HELLO); in hc_hello()
228 trans = hcc_start_command(hc, HC_STAT); in hc_stat()
246 trans = hcc_start_command(hc, HC_LSTAT); in hc_lstat()
416 trans = hcc_start_command(hc, HC_OPENDIR); in hc_opendir()
437 trans = hcc_start_command(hc, HC_SCANDIR); in hc_opendir()
492 trans = hcc_start_command(hc, HC_READDIR); in hc_readdir()
570 trans = hcc_start_command(hc, HC_CLOSEDIR); in hc_closedir()
685 trans = hcc_start_command(hc, HC_READFILE); in hc_open()
701 trans = hcc_start_command(hc, HC_OPEN); in hc_open()
811 trans = hcc_start_command(hc, HC_CLOSE); in hc_close()
[all …]
H A Dhclink.h93 hctransaction_t hcc_start_command(struct HostConf *hc, int16_t cmd);
H A Dhclink.c210 hcc_start_command(struct HostConf *hc, int16_t cmd) in hcc_start_command() function