Searched defs:comvars (Results 1 – 2 of 2) sorted by relevance
1487 static struct comvars { in pswitch() struct1488 int connect; in pswitch()1489 char name[MaxHostNameLen]; in pswitch()1490 struct sockaddr_storage mctl; in pswitch()1491 struct sockaddr_storage hctl; in pswitch()1492 FILE *in; in pswitch()1493 FILE *out; in pswitch()1494 int tpe; in pswitch()1495 int curtpe; in pswitch()1496 int cpnd; in pswitch()[all …]
1740 static struct comvars { in pswitch() struct1741 int connect; in pswitch()1742 char name[MAXHOSTNAMELEN]; in pswitch()1743 struct sockinet mctl; in pswitch()1744 struct sockinet hctl; in pswitch()1745 FILE *in; in pswitch()1746 FILE *out; in pswitch()1747 int tpe; in pswitch()1748 int curtpe; in pswitch()1749 int cpnd; in pswitch()[all …]