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