Lines Matching +full:no +full:- +full:ether +full:- +full:link

10 .\" 2. No rights are granted, in any manner or form, to use Whistle
16 .\" TO THE MAXIMUM EXTENT PERMITTED BY LAW, WHISTLE COMMUNICATIONS MAKES NO
19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
23 .\" IN NO EVENT SHALL WHISTLE COMMUNICATIONS BE LIABLE FOR ANY DAMAGES
48 Each link (represented by a connected hook) is used to transmit
50 As packets are received, the node learns which link each
53 link only, and other links are spared the traffic.
55 every received packet to every other link.
65 If a host is detected on link A, and is then detected on link B
66 within a certain time period after first being detected on link A,
67 then link B is considered to be a looped back link.
70 A looped back link will be temporarily muted, i.e., all traffic
71 received on that link is ignored.
75 mechanism on a per-link basis is not yet implemented.
78 Each connected hook represents a bridged link.
109 hooks, so no functionality is lost.
120 .Ar link
135 .Ar link
143 .Bl -tag -width foo
149 .Bd -literal -offset 0n
153 uint32_t loopTimeout; /* link loopback mute time */
167 determines how long (in seconds) a looped link is muted.
176 determines how quickly a host must jump from one link to another
186 This command takes a four byte link number as an argument and
190 .Ar link ,
192 .Bd -literal -offset 0n
193 /* Statistics structure (one for each link) */
195 uint64_t recvOctets; /* total octets rec'd on link */
196 uint64_t recvPackets; /* total pkts rec'd on link */
197 uint64_t recvMulticasts; /* multicast pkts rec'd on link */
198 uint64_t recvBroadcasts; /* broadcast pkts rec'd on link */
202 uint64_t xmitOctets; /* total octets xmit'd on link */
203 uint64_t xmitPackets; /* total pkts xmit'd on link */
204 uint64_t xmitMulticasts; /* multicast pkts xmit'd on link */
205 uint64_t xmitBroadcasts; /* broadcast pkts xmit'd on link */
215 So querying for -7 will get the statistics for hook
218 This command takes a four byte link number as an argument and
219 clears the statistics for that link.
228 This command sets the persistent flag on the node, and takes no arguments.
249 .Bd -literal -offset 0n
252 char hook[NG_HOOKSIZ]; /* link where addr can be found */
265 .Bl -tag -width XXXXXXXX -compact
266 .It Pa /usr/share/examples/netgraph/ether.bridge