Searched refs:temp_cp (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_request.c1296 struct conf_peer temp_cp; local
1307 if (item_sz > sizeof(temp_cp)) {
1313 ZERO(temp_cp);
1314 memcpy(&temp_cp, datap, item_sz);
1318 if (temp_cp.flags & CONF_FLAG_PREFER)
1320 if (temp_cp.flags & CONF_FLAG_BURST)
1322 if (temp_cp.flags & CONF_FLAG_IBURST)
1325 if (temp_cp.flags & CONF_FLAG_SKEY)
1328 if (client_v6_capable && temp_cp.v6_flag) {
1330 SOCK_ADDR6(&peeraddr) = temp_cp
1407 struct conf_unpeer temp_cp; local
[all...]

Completed in 107 milliseconds