Lines Matching defs:Interface
84 * The IN_label in Interface[] imply different caller routines:
90 struct Interface {
103 } Interface[] = {
123 /* AT&T Transport Interface Library WITHOUT streams */
126 /* AT&T Transport Interface Library WITH streams */
146 for (i = 0; Interface[i].IN_label; ++i) {
147 if (0 == strcmp(Interface[i].IN_label, label)) {
148 Read = Interface[i].IN_read;
149 Write = Interface[i].IN_write;
150 Ioctl = Interface[i].IN_ioctl;
151 Setup = Interface[i].IN_setup;
152 Teardown = Interface[i].IN_teardown;