Searched refs:qeth_l3_string_to_ipaddr (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/s390/net/ |
D | qeth_l3.h | 46 int qeth_l3_string_to_ipaddr(const char *, enum qeth_prot_versions, __u8 *);
|
D | qeth_l3_sys.c | 507 if (qeth_l3_string_to_ipaddr(buffer, proto, addr)) { in qeth_l3_parse_ipatoe() 734 if (qeth_l3_string_to_ipaddr(buf, proto, addr)) { in qeth_l3_parse_vipae() 896 if (qeth_l3_string_to_ipaddr(buf, proto, addr)) { in qeth_l3_parse_rxipe()
|
D | qeth_l3_main.c | 145 int qeth_l3_string_to_ipaddr(const char *buf, enum qeth_prot_versions proto, in qeth_l3_string_to_ipaddr() function
|