OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_ip6_prefixlen
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/mpl/dhcp/dist/client/scripts/
openwrt
233
if [ x${new_ip6_address} = x ] || [ x${
new_ip6_prefixlen
} = x ] ; then
237
${ip} -f inet6 addr add ${new_ip6_address}/${
new_ip6_prefixlen
} \
247
if [ x${new_ip6_address} != x ] && [ x${
new_ip6_prefixlen
} != x ] ; then
248
${ip} -f inet6 addr add ${new_ip6_address}/${
new_ip6_prefixlen
} \
264
if [ x${
new_ip6_prefixlen
} = x ] ; then
268
${ip} -f inet6 addr change ${new_ip6_address}/${
new_ip6_prefixlen
} \
macos
115
ifconfig ${interface} inet6 ${new_ip6_address}/${
new_ip6_prefixlen
} alias
129
| grep "${new_ip6_address} prefixlen ${
new_ip6_prefixlen
}")
138
ifconfig ${interface} inet6 ${new_ip6_address}/${
new_ip6_prefixlen
} -alias
239
if [ x${new_ip6_address} = x ] || [ x${
new_ip6_prefixlen
} = x ]; then
netbsd
55
ifconfig ${interface} inet6 ${new_ip6_address}/${
new_ip6_prefixlen
} alias
69
| grep "${new_ip6_address} prefixlen ${
new_ip6_prefixlen
}")
78
ifconfig ${interface} inet6 ${new_ip6_address}/${
new_ip6_prefixlen
} -alias
358
if [ x${new_ip6_address} = x ] || [ x${
new_ip6_prefixlen
} = x ] ; then
384
if [ x${
new_ip6_prefixlen
} = x ] ; then
openbsd
55
ifconfig ${interface} inet6 ${new_ip6_address}/${
new_ip6_prefixlen
} alias
70
| grep "${new_ip6_address} prefixlen ${
new_ip6_prefixlen
}")
79
ifconfig ${interface} inet6 ${new_ip6_address}/${
new_ip6_prefixlen
} -alias
356
if [ x${new_ip6_address} = x ] || [ x${
new_ip6_prefixlen
} = x ] ; then
382
if [ x${
new_ip6_prefixlen
} = x ] ; then
bsdos
278
if [ x${new_ip6_address} = x ] || [ x${
new_ip6_prefixlen
} = x ] ; then
282
ifconfig ${interface} inet6 add ${new_ip6_address}/${
new_ip6_prefixlen
}
303
if [ x${
new_ip6_prefixlen
} = x ] ; then
linux
184
${ip} -6 addr replace ${new_ip6_address}/${
new_ip6_prefixlen
} \
200
| grep ${new_ip6_address}/${
new_ip6_prefixlen
})
210
${ip} -6 addr del ${new_ip6_address}/${
new_ip6_prefixlen
} \
459
if [ "${new_ip6_address}" ] && [ "${
new_ip6_prefixlen
}" ]; then
freebsd
99
ifconfig ${interface} inet6 ${new_ip6_address}/${
new_ip6_prefixlen
} alias
113
| grep "${new_ip6_address} prefixlen ${
new_ip6_prefixlen
}")
122
ifconfig ${interface} inet6 ${new_ip6_address}/${
new_ip6_prefixlen
} -alias
429
if [ x${new_ip6_address} = x ] || [ x${
new_ip6_prefixlen
} = x ] ; then
Completed in 34 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026