Deletes a network option structure from the list of network options.
#include <sys/types.h> #include <sys/errno.h> #include <net/netopt.h>
del_netopt (option_name_symbol) option_name_symbol;
option_name_symbol | Specifies the symbol name used to construct the netopt structure and default names. |
The del_netopt macro deletes a network option from the linked list of network options. After the del_netopt service is called, the option is no longer available to the no command.
The del_netopt macro can be called from either the process or interrupt environment.
The del_netopt macro has no return values.
The del_netopt macro is part of Base Operating System (BOS) Runtime.
The no command.
The add_netopt macro.
Network Kernel Services in AIX Version 4.3 Kernel Extensions and Device Support Programming Concepts.