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

/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dnet.c65 static isc_result_t ipv6pktinfo_result = ISC_R_NOTFOUND; variable
227 ipv6pktinfo_result = result;
242 ipv6pktinfo_result = ISC_R_UNEXPECTED;
254 ipv6pktinfo_result = ISC_R_NOTFOUND;
258 ipv6pktinfo_result = ISC_R_SUCCESS;
291 ipv6pktinfo_result = ISC_R_NOTFOUND;
294 return (ipv6pktinfo_result);
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dnet.c121 static isc_result_t ipv6pktinfo_result = ISC_R_NOTFOUND; variable
330 ipv6pktinfo_result = result;
345 ipv6pktinfo_result = ISC_R_UNEXPECTED;
356 ipv6pktinfo_result = ISC_R_NOTFOUND;
360 ipv6pktinfo_result = ISC_R_SUCCESS;
395 ipv6pktinfo_result = ISC_R_NOTFOUND;
399 return (ipv6pktinfo_result);

Completed in 157 milliseconds