Searched refs:nets (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/remote_cmds-47/timed.tproj/timed.tproj/
H A Dtimed.c68 int nslavenets; /* nets were I could be a slave */
69 int nmasternets; /* nets were I could be a master */
70 int nignorednets; /* ignored nets */
71 int nnets; /* nets I am connected to */
83 static struct nets { struct
86 struct nets *next;
87 } *nets = 0; variable in typeref:struct:nets
135 struct nets *nt;
252 for (nt = nets; nt; nt = nt->next) {
338 for (nt = nets; n
[all...]
/macosx-10.10.1/Libinfo-459/rpc.subproj/
H A Dpmap_rmt.c286 int outlen, inlen, nets; local
329 nets = getbroadcastnets(addrs, sock, inbuf);
373 for (i = 0; i < nets; i++) {

Completed in 174 milliseconds