ic_proto_have_if  172 net/ipv4/ipconfig.c static int ic_proto_have_if __initdata;
ic_proto_have_if  261 net/ipv4/ipconfig.c 			ic_proto_have_if |= able;
ic_proto_have_if 1164 net/ipv4/ipconfig.c 	int do_bootp = ic_proto_have_if & IC_BOOTP;
ic_proto_have_if 1165 net/ipv4/ipconfig.c 	int do_rarp = ic_proto_have_if & IC_RARP;
ic_proto_have_if 1178 net/ipv4/ipconfig.c 	if ((ic_proto_enabled ^ ic_proto_have_if) & IC_BOOTP)
ic_proto_have_if 1182 net/ipv4/ipconfig.c 	if ((ic_proto_enabled ^ ic_proto_have_if) & IC_RARP)
ic_proto_have_if 1186 net/ipv4/ipconfig.c 	if (!ic_proto_have_if)