OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_ip6_prefixlen
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/mpl/dhcp/dist/client/scripts/
macos
275
if [ x${old_ip6_address} = x ] || [ x${
old_ip6_prefixlen
} = x ]; then
279
ifconfig ${interface} inet6 ${old_ip6_address}/${
old_ip6_prefixlen
} -alias
bsdos
315
if [ x${old_ip6_address} = x ] || [ x${
old_ip6_prefixlen
} = x ] ; then
319
ifconfig ${interface} inet6 delete ${old_ip6_address}/${
old_ip6_prefixlen
}
openwrt
275
if [ x${old_ip6_address} = x ] || [ x${
old_ip6_prefixlen
} = x ] ; then
279
${ip} -f inet6 addr del ${old_ip6_address}/${
old_ip6_prefixlen
} \
linux
485
if [ -z "${old_ip6_address}" ] || [ -z "${
old_ip6_prefixlen
}" ]; then
490
${ip} -6 addr del ${old_ip6_address}/${
old_ip6_prefixlen
} \
netbsd
396
if [ x${old_ip6_address} = x ] || [ x${
old_ip6_prefixlen
} = x ] ; then
400
ifconfig ${interface} inet6 -alias ${old_ip6_address}/${
old_ip6_prefixlen
}
openbsd
394
if [ x${old_ip6_address} = x ] || [ x${
old_ip6_prefixlen
} = x ] ; then
398
ifconfig ${interface} inet6 -alias ${old_ip6_address}/${
old_ip6_prefixlen
}
freebsd
465
if [ x${old_ip6_address} = x ] || [ x${
old_ip6_prefixlen
} = x ] ; then
469
ifconfig ${interface} inet6 ${old_ip6_address}/${
old_ip6_prefixlen
} -alias
Completed in 20 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026