ng_ksocket.4 (eddc45e797c4582384a29504a26f4ef02b23a946) | ng_ksocket.4 (c2d03ea87913b49c09051746bb4ab5b45c80c49a) |
---|---|
1.\" Copyright (c) 1999 Whistle Communications, Inc. 2.\" All rights reserved. 3.\" 4.\" Subject to the following obligations and disclaimer of warranty, use and 5.\" redistribution of this software, in source or object code forms, with or 6.\" without modifications are expressly permitted by Whistle Communications; 7.\" provided, however, that: 8.\" 1. Any and all reproductions of the source or object code must include the --- 55 unchanged lines hidden (view full) --- 64node allows at most one hook connection. Connecting to the node is 65equivalent to opening the associated socket. The name given to the hook 66determines what kind of socket the node will open (see below). 67When the hook is disconnected and/or the node is shutdown, the 68associated socket is closed. 69.Sh HOOKS 70This node type supports a single hook connection at a time. 71The name of the hook must be of the form | 1.\" Copyright (c) 1999 Whistle Communications, Inc. 2.\" All rights reserved. 3.\" 4.\" Subject to the following obligations and disclaimer of warranty, use and 5.\" redistribution of this software, in source or object code forms, with or 6.\" without modifications are expressly permitted by Whistle Communications; 7.\" provided, however, that: 8.\" 1. Any and all reproductions of the source or object code must include the --- 55 unchanged lines hidden (view full) --- 64node allows at most one hook connection. Connecting to the node is 65equivalent to opening the associated socket. The name given to the hook 66determines what kind of socket the node will open (see below). 67When the hook is disconnected and/or the node is shutdown, the 68associated socket is closed. 69.Sh HOOKS 70This node type supports a single hook connection at a time. 71The name of the hook must be of the form |
72.Dv Em <family>/<type>/<proto> , | 72.Em <family>/<type>/<proto> , |
73where the | 73where the |
74.Dv Em family , 75.Dv Em type , | 74.Em family , 75.Em type , |
76and | 76and |
77.Dv Em proto | 77.Em proto |
78are the decimal equivalent of the same arguments to 79.Xr socket 2 . 80Alternately, aliases for the commonly used values are accepted as 81well. For example 82.Dv inet/dgram/udp 83is a more readable but equivalent version of 84.Dv 2/2/17 . 85.Sh CONTROL MESSAGES --- 102 unchanged lines hidden --- | 78are the decimal equivalent of the same arguments to 79.Xr socket 2 . 80Alternately, aliases for the commonly used values are accepted as 81well. For example 82.Dv inet/dgram/udp 83is a more readable but equivalent version of 84.Dv 2/2/17 . 85.Sh CONTROL MESSAGES --- 102 unchanged lines hidden --- |