HomeSort by: relevance | last modified time | path
    Searched defs:nettab (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/timed/timed/
timed.c 80 struct netinfo *nettab = 0; variable in typeref:struct:netinfo *
316 if (nettab == NULL) {
317 nettab = ntp;
327 if (nettab == NULL)
401 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
553 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
602 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
617 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
643 for (ntp = nettab; ntp != 0; ntp = ntp->next) {

Completed in 12 milliseconds