qeth_l3_ipaddr_to_string
int qeth_l3_ipaddr_to_string(enum qeth_prot_versions proto, const u8 *addr,
qeth_l3_ipaddr_to_string(tmp_addr->proto, (u8 *)&tmp_addr->u,
qeth_l3_ipaddr_to_string(addr->proto, (u8 *)&addr->u, buf);
qeth_l3_ipaddr_to_string(proto, ipatoe->addr, addr_str);
qeth_l3_ipaddr_to_string(proto, (u8 *)&ipaddr->u, addr_str);