Searched refs:nettab (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/usr.sbin/timed/timed/
H A Dslave.c98 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
118 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
141 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
550 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
H A Dglobals.h139 extern struct netinfo *nettab;
H A Dmaster.c84 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
117 for (ntp = nettab; ntp; ntp = ntp->next) {
136 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
H A Dreadmsg.c126 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
237 for (ntp = nettab; ntp != NULL; ntp = ntp->next)
H A Dtimed.c71 struct netinfo *nettab = NULL; variable in typeref:struct:netinfo
334 if (nettab == NULL) {
335 nettab = ntp;
344 if (nettab == NULL)
415 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
580 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
629 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
644 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
670 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {

Completed in 93 milliseconds