Lines Matching refs:QETH_PROT_IPV4
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()
628 return qeth_l3_vipa_store(dev, buf, false, count, QETH_PROT_IPV4); in qeth_l3_dev_vipa_del4_store()
678 return qeth_l3_dev_ip_add_show(dev, buf, QETH_PROT_IPV4, in qeth_l3_dev_rxip_add4_show()
691 if (proto == QETH_PROT_IPV4) { in qeth_l3_parse_rxipe()
725 return qeth_l3_rxip_store(dev, buf, true, count, QETH_PROT_IPV4); in qeth_l3_dev_rxip_add4_store()
735 return qeth_l3_rxip_store(dev, buf, false, count, QETH_PROT_IPV4); in qeth_l3_dev_rxip_del4_store()