HomeSort by: relevance | last modified time | path
    Searched defs:is_newentry (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet6/
nd6.c 1333 int is_newentry; local in function:nd6_cache_lladdr
1365 is_newentry = 1;
1372 is_newentry = 0;
1404 if (!is_newentry) {
1475 if (is_newentry) /* (6-7) */
1486 else if (is_newentry) /* (6-7) */
1499 if ((!is_newentry && (olladdr || lladdr)) || /* (2-5) */
1500 (is_newentry && lladdr)) { /* (7) */
1510 rt_clonedmsg(is_newentry ? RTM_ADD : RTM_CHANGE,
1521 if (is_newentry)
    [all...]

Completed in 12 milliseconds