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

  /src/usr.sbin/timed/timed/
timed.c 71 int nslavenets; /* nets where I could be a slave */
72 int nmasternets; /* nets where I could be a master */
73 int nignorednets; /* ignored nets */
74 int nnets; /* nets I am connected to */
86 static struct nets { struct
89 struct nets *next;
90 } *nets = 0; variable in typeref:struct:nets *
132 struct nets *nt;
248 for (nt = nets; nt; nt = nt->next) {
308 for (nt = nets; nt; nt = nt->next)
    [all...]
  /src/sys/netinet/
sctp_structs.h 311 struct sctpnetlisthead nets; member in struct:sctp_association
494 /* count of destination nets and list of destination nets */

Completed in 62 milliseconds