Solstice X.25 9.2 Developer's Guide

7.12 N_nuidel--Delete Specified NUI Mapping

This ioctl deletes the mapping for a specified Network User Identifier (NUI).


Note -

This ioctl can disrupt other users significantly. For this reason it can only be used by root.


Associated Structure

The following structure is associated with this ioctl:

struct nui_del {
     char    prim_class;          /* Always NUI_MSG             */
     char    op;                  /* Always NUI_DEL             */
     struct  nuiformat  nuid;     /* NUI  to delete             */
 };

The members of the nui_del structure are:

Table 7-27 nui_del fields

Member 

Description 

prim_class

The value of this member is always NUI_MSG.

op

The value of this member is always NUI_DEL.

nuid

The Network User Identifier of the entry to be deleted