Searched refs:QETH_PROT_IPV4 (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/s390/net/ |
| H A D | qeth_l3_sys.c | 24 if ((proto == QETH_PROT_IPV4 && !in4_pton(buf, -1, addr, -1, &end)) || in qeth_l3_string_to_ipaddr() 92 if (prot == QETH_PROT_IPV4) in qeth_l3_dev_route_store() 110 QETH_PROT_IPV4, buf, count); in qeth_l3_dev_route4_store() 392 return qeth_l3_dev_ipato_add_show(buf, card, QETH_PROT_IPV4); in qeth_l3_dev_ipato_add4_show() 416 if (*mask_bits > ((proto == QETH_PROT_IPV4) ? 32 : 128)) in qeth_l3_parse_ipatoe() 439 memcpy(ipatoe->addr, addr, (proto == QETH_PROT_IPV4) ? 4 : 16); in qeth_l3_dev_ipato_add_store() 454 return qeth_l3_dev_ipato_add_store(buf, count, card, QETH_PROT_IPV4); in qeth_l3_dev_ipato_add4_store() 479 return qeth_l3_dev_ipato_del_store(buf, count, card, QETH_PROT_IPV4); in qeth_l3_dev_ipato_del4_store() 597 return qeth_l3_dev_ip_add_show(dev, buf, QETH_PROT_IPV4, in qeth_l3_dev_vipa_add4_show() 618 return qeth_l3_vipa_store(dev, buf, true, count, QETH_PROT_IPV4); in qeth_l3_dev_vipa_add4_store() [all …]
|
| H A D | qeth_core.h | 585 QETH_PROT_IPV4 = 0x0004, enumerator 1018 data, QETH_PROT_IPV4); in qeth_send_simple_setassparms()
|