Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Dparse.y62 static char depth0_control[HAST_ADDRSIZE]; variable
142 if (strlcpy(depth0_control, $2,
143 sizeof(depth0_control)) >=
144 sizeof(depth0_control)) {
868 strlcpy(depth0_control, HAST_CONTROL, sizeof(depth0_control)); in yy_config_parse()
912 strlcpy(lconfig->hc_controladdr, depth0_control, in yy_config_parse()