Searched refs:replyport (Results 1 – 1 of 1) sorted by relevance
1200 struct MsgPort *replyport; in dos_packet() local1209 replyport = (struct MsgPort *) CreatePort(NULL, 0); // use arp function in dos_packet()1210 if (!replyport) in dos_packet()1217 DeletePort(replyport); in dos_packet()1222 packet->sp_Pkt.dp_Port = replyport; in dos_packet()1228 WaitPort(replyport); in dos_packet()1229 GetMsg(replyport); in dos_packet()1234 DeletePort(replyport); in dos_packet()