Lines Matching defs:Interface
67 * The IN_label in Interface[] imply different caller routines:
71 static struct Interface {
80 } Interface[] = {
84 /* AT&T Transport Interface Library WITHOUT streams */
87 /* AT&T Transport Interface Library WITH streams */
100 for (i = 0; Interface[i].IN_label; ++i) {
101 if (strcmp(Interface[i].IN_label, label) == 0) {
102 Read = Interface[i].IN_read;
103 Write = Interface[i].IN_write;
104 Ioctl = Interface[i].IN_ioctl;
105 Setup = Interface[i].IN_setup;