Lines Matching full:link

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.
120 .Ar link
135 .Ar link
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 ,
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 */
218 This command takes a four byte link number as an argument and
219 clears the statistics for that link.
252 char hook[NG_HOOKSIZ]; /* link where addr can be found */