Lines Matching refs:brd
320 \item \verb|broadcast LLADDRESS|, \verb|brd LLADDRESS| or \verb|peer LLADDRESS|
389 link/ether 00:a0:cc:66:18:78 brd ff:ff:ff:ff:ff:ff
392 link/sit 0.0.0.0 brd 0.0.0.0
395 link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
523 link/ether 00:a0:cc:66:18:78 brd ff:ff:ff:ff:ff:ff
565 link/ether 00:a0:cc:66:18:78 brd ff:ff:ff:ff:ff:ff
673 \item \verb|ip addr add 127.0.0.1/8 dev lo brd + scope host|
677 \item \verb|ip addr add 10.0.0.1/24 brd + dev eth0 label eth0:Alias|
765 link/ether 00:a0:cc:66:18:78 brd ff:ff:ff:ff:ff:ff
766 inet 193.233.7.90/24 brd 193.233.7.255 scope global eth0
846 2: dummy inet 10.7.7.7/16 brd 10.7.255.255 scope global dummy
847 3: eth0 inet 10.10.7.7/16 brd 10.10.255.255 scope global eth0
848 4: eth1 inet 10.8.7.7/16 brd 10.8.255.255 scope global eth1
1675 \item \verb|brd| --- the destination is broadcast.
3096 ip addr add 127.0.0.1/8 dev lo brd + scope host
3154 if ! ip address add $pfx brd + dev $dev; then
3397 if ! ip address add $pfx brd + dev $dev $label; then