Home
last modified time | relevance | path

Searched refs:ip_to_bytes (Results 1 – 13 of 13) sorted by relevance

/openbmc/openbmc/meta-google/recipes-google/networking/network-sh/
H A Dtest.sh68 expect_err 1 ip_to_bytes out ''
70 expect_err 1 ip_to_bytes out '.0.1.1'
71 expect_err 1 ip_to_bytes out '10.0.0'
86 expect_err 1 ip_to_bytes out ''
87 expect_err 1 ip_to_bytes out ':::'
88 expect_err 1 ip_to_bytes out '::z'
90 expect_err 1 ip_to_bytes out '1:1:1'
91 expect_err 1 ip_to_bytes out ':1::1'
92 expect_err 1 ip_to_bytes out '1::1:'
94 expect_err 0 ip_to_bytes out '::'
[all …]
H A Dlib.sh62 ip_to_bytes() { function
228 if ! ip_to_bytes pfx_bytes "$addr"; then
253 if ! ip_to_bytes sfx_bytes "$sfx"; then
291 ip_to_bytes ip_bytes "$1" || return
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A Dgbmc-br-nft.sh53 if ! ip_to_bytes ip_bytes "$ip"; then
H A Dgbmc-br-dhcp.sh53 ip_to_bytes pfx_bytes "$ipv6"
H A Dgbmc-br-dhcp-term.sh27 ip_to_bytes ip_bytes "$ip" || continue
H A Dgbmc-br-ula.sh60 ip_to_bytes pfx_bytes "$ip" || return
H A Dgbmc-br-gw-src.sh115 if ! ip_to_bytes ip_bytes "$ip"; then
H A Dgbmc-br-lib.sh72 if ! ip_to_bytes pfx_bytes "$ip"; then
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/
H A Dgbmc-nic-neigh.sh.in69 if ! ip_to_bytes ip_bytes "$ip"; then
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A Dgbmc-ncsi-br-deprecated-ips.sh.in42 ip_to_bytes pfx_bytes "$gbmc_ncsi_br_deprecated_ips_lastip"
141 ip_to_bytes pfx_bytes "$ip" || return
H A Dgbmc-ncsi-nft.sh.in62 ip_to_bytes pfx_bytes "$ip" || return
H A Dgbmc-ncsi-br-pub-addr.sh.in36 ip_to_bytes pfx_bytes "$gbmc_ncsi_br_pub_addr_lastip"
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-net-common/
H A Dgbmc-ra.sh104 ip_to_bytes t_pfx_b "$t_pfx" || continue