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()
436 entry_len = (proto == QETH_PROT_IPV4)? 12 : 40; in qeth_l3_dev_ipato_add_show()
438 entry_len += (proto == QETH_PROT_IPV4)? 5 : 6; in qeth_l3_dev_ipato_add_show()
466 return qeth_l3_dev_ipato_add_show(buf, card, QETH_PROT_IPV4); in qeth_l3_dev_ipato_add4_show()
490 (*mask_bits > ((proto == QETH_PROT_IPV4) ? 32 : 128))) { in qeth_l3_parse_ipatoe()
515 memcpy(ipatoe->addr, addr, (proto == QETH_PROT_IPV4)? 4:16); in qeth_l3_dev_ipato_add_store()
534 return qeth_l3_dev_ipato_add_store(buf, count, card, QETH_PROT_IPV4); in qeth_l3_dev_ipato_add4_store()
564 return qeth_l3_dev_ipato_del_store(buf, count, card, QETH_PROT_IPV4); in qeth_l3_dev_ipato_del4_store()
685 entry_len = (proto == QETH_PROT_IPV4)? 12 : 40; in qeth_l3_dev_ip_add_show()
711 return qeth_l3_dev_ip_add_show(dev, buf, QETH_PROT_IPV4, in qeth_l3_dev_vipa_add4_show()
747 return qeth_l3_dev_vipa_add_store(buf, count, card, QETH_PROT_IPV4); in qeth_l3_dev_vipa_add4_store()
777 return qeth_l3_dev_vipa_del_store(buf, count, card, QETH_PROT_IPV4); in qeth_l3_dev_vipa_del4_store()
837 return qeth_l3_dev_ip_add_show(dev, buf, QETH_PROT_IPV4, in qeth_l3_dev_rxip_add4_show()
850 if (proto == QETH_PROT_IPV4) { in qeth_l3_parse_rxipe()
890 return qeth_l3_dev_rxip_add_store(buf, count, card, QETH_PROT_IPV4); in qeth_l3_dev_rxip_add4_store()
920 return qeth_l3_dev_rxip_del_store(buf, count, card, QETH_PROT_IPV4); in qeth_l3_dev_rxip_del4_store()