svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
net_hook_unregister(9f)
net_hook_unregister(9F) Kernel Functions net_hook_unregister(9F)
NAME
net_hook_unregister - disable a hook that was called in event process‐
ing
SYNOPSIS
#include <sys/neti.h>
int net_hook_unregister(net_handle_t net, char *hook_name, hook_t hook);
INTERFACE LEVEL
Solaris DDI specific (Solaris DDI).
PARAMETERS
net value returned from a successful call to net_protocol_reg‐
ister().
hook_name hook name to be unregistered
hook value returned from a successful call to net_hook_regis‐
ter(9F).
DESCRIPTION
The net_hook_unregister() function disables the callback hooks that
were registered with the net_hook_register() function.
RETURN VALUES
If the net_hook_unregister() function succeeds, 0 is returned. Other‐
wise, an error indicating the problem encountered.
CONTEXT
The net_hook_unregister() function may be called from user, kernel, or
interrupt context.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/core-os _ Interface StabilityCommit‐
ted
SEE ALSO
net_hook_register(9F)
Oracle Solaris 11.4 8 Dec 2010 net_hook_unregister(9F)