HomeSort by: relevance | last modified time | path
    Searched refs:nettab (Results 1 - 5 of 5) 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) {
globals.h 141 extern struct netinfo *nettab;
slave.c 98 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) {
531 for (ntp = nettab; ntp != 0; ntp = ntp->next) {
readmsg.c 131 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
244 for (ntp = nettab; ntp != NULL; ntp = ntp->next)
master.c 89 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
122 for (ntp = nettab; ntp; ntp = ntp->next) {
141 for (ntp = nettab; ntp != NULL; ntp = ntp->next) {

Completed in 16 milliseconds