HomeSort by: relevance | last modified time | path
    Searched defs:nets (Results 1 - 3 of 3) 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/external/mpl/dhcp/dist/server/
confpars.c 4139 struct iaddrcidrnetlist *nets, net; local
4222 nets = &net;
4238 nets = &net;
4261 nets = NULL;
4262 if (range2cidr(&nets, &lo, &hi) != ISC_R_SUCCESS) {
4280 /* Now that we have a pond add the nets we have parsed */
4281 for (p=nets; p != NULL; p=p->next) {
4288 if (nets != &net)
4289 free_iaddrcidrnetlist(&nets);
4311 struct iaddrcidrnetlist *nets; local
    [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 37 milliseconds