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

/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_request.c1298 struct conf_peer temp_cp; local
1309 if (item_sz > sizeof(temp_cp)) {
1315 ZERO(temp_cp);
1316 memcpy(&temp_cp, datap, item_sz);
1320 if (temp_cp.flags & CONF_FLAG_PREFER)
1322 if (temp_cp.flags & CONF_FLAG_BURST)
1324 if (temp_cp.flags & CONF_FLAG_IBURST)
1327 if (temp_cp.flags & CONF_FLAG_SKEY)
1330 if (client_v6_capable && temp_cp.v6_flag) {
1332 SOCK_ADDR6(&peeraddr) = temp_cp
1409 struct conf_unpeer temp_cp; local
[all...]

Completed in 135 milliseconds