omni_reject_connect(3) — Subroutines
Name
omni_reject_connect − The omni_reject_connect procedure rejects an association request from a remote VMD.
Syntax
extern unsigned long int omni_reject_connect [_a](
omni_l_handle vmd_handle,
unsigned long int reason,
omni_r_iosb ∗iosb,
omni_r_ctrl ∗ctrl);
Arguments
vmd_handleaccess: read only mechanism: by value The longword identifier of a loaded VMD definition of the remote peer. The vmd_handle is returned by the omni_define procedure.
reasonaccess: read only mechanism: by value optional argument The reason the connect request is being rejected. Reserved for future use.
iosbaccess: write only mechanism: by reference optional argument The DEComni I/O status block. The iosb parameter is the address of the status block.
ctrlaccess: read only mechanism: by reference optional argument A control structure to specify an event flag. The ctrl parameter is the address of the control structure.
Usage Notes
Call the omni_reject_connect procedure in response to an association request returned by omni_listen.