Solstice X.25 9.2 Developer's Guide

7.16 N_nuireset --Delete all Existing NUI Mappings

This ioctl is used to delete all existing mappings for Network User Identifiers (NUIs).


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_reset {
         char            prim_class;     /* Always NUI_MSG       */
         char            op;             /* Always NUI_RESET     */
 };

The members of the nui_reset structure are:

Table 7-33 nui_reset fields

Member 

Description 

prim_class

The value of this member is always NUI_MSG.

op

The value of this member is always NUI_DEL.