Lines Matching full:fail
57 str="$(mac_to_eui48 '12:34:56:78:90:af')" || fail
62 str="$(mac_to_eui64 '12:34:56:78:90:af')" || fail
123 str="$(ip_bytes_to_str in)" || fail
129 str="$(ip_bytes_to_str in)" || fail
132 str="$(ip_bytes_to_str in)" || fail
135 str="$(ip_bytes_to_str in)" || fail
138 str="$(ip_bytes_to_str in)" || fail
141 str="$(ip_bytes_to_str in)" || fail
144 str="$(ip_bytes_to_str in)" || fail
148 str="$(ip_bytes_to_str in)" || fail
169 str="$(ip_pfx_concat '::1/128' '::0')" || fail
171 str="$(ip_pfx_concat 'fd01::/64' '::1')" || fail
173 str="$(ip_pfx_concat 'fd01::/127' '::1')" || fail
175 str="$(ip_pfx_concat 'fd02::/15' '::1')" || fail
177 str="$(ip_pfx_concat 'fd01::/72' '::1234:5678:90af')" || fail
179 str="$(ip_pfx_concat 'fd01:eeee:aaaa:cccc::/64' '::a:1234:5678:90af')" || fail
181 str="$(ip_pfx_concat 'fd01::fd00:0:0:0/80' '::1')" || fail
184 str="$(ip_pfx_concat '10.0.0.0/24' '0.0.0.1')" || fail
192 cidr="$(ip_pfx_to_cidr 'fd01::/64')" || fail
194 cidr="$(ip_pfx_to_cidr 'fd01:eeee:aaaa:cccc:a:1234:5678:90af/128')" || fail
196 cidr="$(ip_pfx_to_cidr '10.0.0.1/24')" || fail
201 ip="$(normalize_ip 'fd01:1::0:0:1')" || fail