Lines Matching defs:io
72 struct iodesc *io;
79 io = &sdesc;
80 if (io->io_netif) {
87 memset(io, 0, sizeof *io);
89 io->io_netif = (void *)op;
91 /* Put our ethernet address in io->myea */
93 "local-mac-address", io->myea, sizeof io->myea);
96 "mac-address", io->myea, sizeof io->myea);
107 struct iodesc *io;
120 io = &sdesc;
121 io->io_netif = NULL;