Searched refs:NDISC_RDNSS_MAX (Results 1 – 1 of 1) sorted by relevance
27 #define NDISC_RDNSS_MAX 64U macro729 if (n >= (int) NDISC_RDNSS_MAX) { in ndisc_router_process_rdnss()730 …ing(link, "Too many RDNSS records per link. Only first %i records will be used.", NDISC_RDNSS_MAX); in ndisc_router_process_rdnss()731 n = NDISC_RDNSS_MAX; in ndisc_router_process_rdnss()