HomeSort by: relevance | last modified time | path
    Searched refs:new_ip6_address (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mpl/dhcp/dist/client/scripts/
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
265 if [ x${new_ip6_address} = x ]; then
269 ifconfig ${interface} inet6 ${new_ip6_address} deprecated
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} \
268 ${ip} -f inet6 addr change ${new_ip6_address}/${new_ip6_prefixlen} \
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
455 if [ x${new_ip6_address} = x ] ; then
459 ifconfig ${interface} inet6 ${new_ip6_address} deprecated
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
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
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
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}

Completed in 18 milliseconds