Home | History | Annotate | Download | only in qemu

Lines Matching refs:inet_strtoip

2392     /* inet_strtoip converts dotted address to host byte order */
2393 if (inet_strtoip(dst_net, &dnet) == -1) {
2397 if (inet_strtoip(dst_mask, &dmask) == -1) {
2401 if (inet_strtoip(redirect_ip, &rip) == -1) {
2451 if (inet_strtoip(dst_ip_str, &dst_ip) == -1) {