Home
last modified time | relevance | path

Searched refs:qeth_l3_string_to_ipaddr (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/s390/net/
Dqeth_l3.h46 int qeth_l3_string_to_ipaddr(const char *, enum qeth_prot_versions, __u8 *);
Dqeth_l3_sys.c507 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()
Dqeth_l3_main.c145 int qeth_l3_string_to_ipaddr(const char *buf, enum qeth_prot_versions proto, in qeth_l3_string_to_ipaddr() function