Search | Google it | Results 1 - 1 of 1 for funcall:LIST_NEXT from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/ip_icmp.c (0.00 seconds) |
239: for (mc = LIST_FIRST(&icmp_mtudisc_callbacks); mc != NULL; 240: mc = LIST_NEXT(mc, mc_list)) { 241: if (mc->mc_func == func) 271: for (mc = LIST_FIRST(&icmp_mtudisc_callbacks); mc != NULL; 272: mc = LIST_NEXT(mc, mc_list)) { 273: if (mc->mc_func == func) { 1225: for (mc = LIST_FIRST(&icmp_mtudisc_callbacks); mc != NULL; 1226: mc = LIST_NEXT(mc, mc_list)) 1227: (*mc->mc_func)(faddr);