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

/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timed.tproj/
H A Dtimed.c67 int nslavenets; /* nets were I could be a slave */
68 int nmasternets; /* nets were I could be a master */
69 int nignorednets; /* ignored nets */
70 int nnets; /* nets I am connected to */
82 static struct nets { struct
85 struct nets *next;
86 } *nets = 0; variable in typeref:struct:nets
134 struct nets *nt;
251 for (nt = nets; nt; nt = nt->next) {
337 for (nt = nets; n
[all...]
/macosx-10.9.5/Libinfo-449.1.3/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 179 milliseconds