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.sh73 expect_err 1 ip_to_bytes out ''
74 expect_err 1 ip_to_bytes out '10.0.0.'
75 expect_err 1 ip_to_bytes out '.0.1.1'
76 expect_err 1 ip_to_bytes out '10.0.0'
77 expect_err 1 ip_to_bytes out '10.0..0'
78 expect_err 1 ip_to_bytes out '.10.0.0.0'
79 expect_err 1 ip_to_bytes out '10.0.0.0.'
80 expect_err 1 ip_to_bytes out '10.0.0.256'
81 expect_err 1 ip_to_bytes out '10.0.0.0.256'
82 expect_err 1 ip_to_bytes out '10.0.0.0.1'
[all …]
H A Dlib.sh67 ip_to_bytes() { function
233 if ! ip_to_bytes pfx_bytes "$addr"; then
258 if ! ip_to_bytes sfx_bytes "$sfx"; then
296 ip_to_bytes ip_bytes "$1" || return
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/
H A Dgbmc-nic-cn.sh.in32 ip_to_bytes pfx_bytes "$ip"
82 if ! ip_to_bytes ip_bytes "$ip"; then
H A Dgbmc-nic-neigh.sh.in33 ip_to_bytes pfx_bytes "$ip"
100 if ! ip_to_bytes ip_bytes "$ip"; then
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A Dgbmc-br-gw-src.sh187 ip_to_bytes ip_bytes "$ip"
188 ip_to_bytes primary_ip_from_br_bytes "$primary_ip_from_br"
251 if ! ip_to_bytes ip_bytes "$ip"; then
H A Dgbmc-br-lib.sh59 if ! ip_to_bytes pfx_bytes "$ip"; then
142 if ! ip_to_bytes pfx_bytes "$ip"; then
H A Dgbmc-br-nft.sh52 if ! ip_to_bytes ip_bytes "$ip"; then
H A Dgbmc-br-ula.sh60 ip_to_bytes pfx_bytes "$ip" || return
H A Dgbmc-br-dhcp.sh107 ip_to_bytes pfx_bytes "$ip"
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
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"
H A Dgbmc-ncsi-br-deprecated-ips.sh.in62 ip_to_bytes pfx_bytes "$ip"
206 ip_to_bytes pfx_bytes "$ip" || return
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-net-common/
H A Dgbmc-ra.sh138 ip_to_bytes t_pfx_b "$t_pfx" || continue