Lines Matching refs:devtab
156 n = devtab[c->type]->write(c, buf, dlen, c->offset); in udpsend()
306 len = devtab[c->type]->read(c, buf, buflen, c->offset); in udprecv()
703 devtab[icc->type]->write(icc, buf, strlen(buf), 0); /* bind ether %s */ in binddevip()
727 devtab[rc->type]->write(rc, buf, strlen(buf), 0); in adddefroute()
765 n = devtab[c->type]->read(c, num, sizeof num - 1, 0); in openetherdev()
774 devtab[c->type]->write(c, promisc, sizeof promisc-1, 0); in openetherdev()
789 devtab[oe->ifcctl->type]->write(oe->ifcctl, buf, n, 0); /* add %I */ in minip4cfg()
807 devtab[oe->ifcctl->type]->write(oe->ifcctl, buf, n, 0); /* remove %I */ in unminip4cfg()
878 devtab[oe->ifcctl->type]->write(oe->ifcctl, buf, n, 0); in ip4cfg()
898 n = devtab[cc->type]->read(cc, buf, sizeof buf - 1, 0); in openudp()
952 devtab[oe->udpctl->type]->write(oe->udpctl, buf, strlen(buf), 0); in announce()
953 devtab[oe->udpctl->type]->write(oe->udpctl, hdrs, sizeof hdrs - 1, 0); in announce()
1154 devtab[icc->type]->write(icc, unbind, sizeof unbind - 1, 0); in unbinddevip()