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()
95 if (prot == QETH_PROT_IPV4) in qeth_l3_dev_route_store()
116 QETH_PROT_IPV4, buf, count); in qeth_l3_dev_route4_store()
440 entry_len = (proto == QETH_PROT_IPV4)? 12 : 40; in qeth_l3_dev_ipato_add_show()
442 entry_len += (proto == QETH_PROT_IPV4)? 5 : 6; in qeth_l3_dev_ipato_add_show()
470 return qeth_l3_dev_ipato_add_show(buf, card, QETH_PROT_IPV4); in qeth_l3_dev_ipato_add4_show()
494 (*mask_bits > ((proto == QETH_PROT_IPV4) ? 32 : 128))) { in qeth_l3_parse_ipatoe()
519 memcpy(ipatoe->addr, addr, (proto == QETH_PROT_IPV4)? 4:16); in qeth_l3_dev_ipato_add_store()
538 return qeth_l3_dev_ipato_add_store(buf, count, card, QETH_PROT_IPV4); in qeth_l3_dev_ipato_add4_store()
568 return qeth_l3_dev_ipato_del_store(buf, count, card, QETH_PROT_IPV4); in qeth_l3_dev_ipato_del4_store()
689 entry_len = (proto == QETH_PROT_IPV4)? 12 : 40; in qeth_l3_dev_ip_add_show()
715 return qeth_l3_dev_ip_add_show(dev, buf, QETH_PROT_IPV4, in qeth_l3_dev_vipa_add4_show()
751 return qeth_l3_dev_vipa_add_store(buf, count, card, QETH_PROT_IPV4); in qeth_l3_dev_vipa_add4_store()
781 return qeth_l3_dev_vipa_del_store(buf, count, card, QETH_PROT_IPV4); in qeth_l3_dev_vipa_del4_store()
841 return qeth_l3_dev_ip_add_show(dev, buf, QETH_PROT_IPV4, in qeth_l3_dev_rxip_add4_show()
854 if (proto == QETH_PROT_IPV4) { in qeth_l3_parse_rxipe()
894 return qeth_l3_dev_rxip_add_store(buf, count, card, QETH_PROT_IPV4); in qeth_l3_dev_rxip_add4_store()
924 return qeth_l3_dev_rxip_del_store(buf, count, card, QETH_PROT_IPV4); in qeth_l3_dev_rxip_del4_store()