Searched refs:qeth_l3_ipaddr_to_string (Results  1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/s390/net/ | 
| D | qeth_l3.h | 45 void qeth_l3_ipaddr_to_string(enum qeth_prot_versions, const __u8 *, char *);
  | 
| D | qeth_l3_sys.c | 472 		qeth_l3_ipaddr_to_string(proto, ipatoe->addr, addr_str);  in qeth_l3_dev_ipato_add_show() 710 		qeth_l3_ipaddr_to_string(proto, (const u8 *)&ipaddr->u,  in qeth_l3_dev_vipa_add_show() 872 		qeth_l3_ipaddr_to_string(proto, (const u8 *)&ipaddr->u,  in qeth_l3_dev_rxip_add_show()
  | 
| D | qeth_l3_main.c | 136 void qeth_l3_ipaddr_to_string(enum qeth_prot_versions proto, const __u8 *addr,  in qeth_l3_ipaddr_to_string()  function 933 		qeth_l3_ipaddr_to_string(addr->proto, (u8 *)&addr->u, buf);  in qeth_l3_register_addr_entry()
  |