Searched refs:SendPack (Results 1 – 2 of 2) sorted by relevance
96 static struct SendPack SendPack; variable1561 if ( copyin( (int)arg, (caddr_t)&SendPack,1562 sizeof(SendPack) )==COPYFAIL ) {1567 if ( SendPack.PortNum >= 128 ) {1572 PortP = p->RIOPortp[SendPack.PortNum];1581 for ( loop=0; loop<(ushort)(SendPack.Len & 127); loop++ )1582 WBYTE(PacketP->data[loop], SendPack.Data[loop] );1584 WBYTE(PacketP->len, SendPack.Len);1591 PortP->txchars += (SendPack.Len & 127);
149 struct SendPack struct