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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpdc/
H A Dntpdc_ops.c1660 static struct resflags resflagsV3[] = { variable in typeref:struct:resflags
1770 : &resflagsV3[0]
1889 for (i = 0; resflagsV3[i].bit != 0; i++) {
1891 resflagsV3[i].str))
1894 if (resflagsV3[i].bit != 0) {
1895 cres.flags |= resflagsV3[i].bit;
1899 resflagsV3[i].str);

Completed in 99 milliseconds