; Function - Get UIF from "pending
; response" queue and restore entry on destination queue. Used
; for multi-threaded transceivers. If no entry existed on que
; entry is still restored to dest que and INPEND will not be updated.
PQKILL(INDEST,INSEQNUM,INUIF,INPEND)
; Kill entry on "pending response" queue
; Used when multiple transceivers are sending msgs to the same
; destination.
PUTPEND(INDEST,INUIF,INSEQNUM,INPEND)
; Function - Put UIF on "pending
; response" queue. Used for multi-threaded transceivers. Assumes
; caller locked the node being moved from ^INLHDEST to "pending
; response" queue.
PENDSYNC(INPEND)
; Function - Sync INPEND variable with the reality of
; what is on pending reponse queue. Provides ability to continue
; where left off in the case of a FORCEX. Called at start of
; transceiver.
REROUTE(INDEST,INPEND)
; Move ALL entries on "pending response" queue to
; destination queue, effectively rerouting UIF entries to
; another transceiver.
RESEND(INDEST,INUIF,INSEQNUM)
; Resend INUIF. If no 'pending que' entry
; for INUIF, create a queue entry and update INPEND.