Searched refs:ND_NA_FLAG_SOLICITED (Results 1 – 2 of 2) sorted by relevance
306 #define ND_NA_FLAG_SOLICITED 0x40000000 macro311 #define ND_NA_FLAG_SOLICITED 0x40 macro
555 (advrouter ? ND_NA_FLAG_ROUTER : 0) | ND_NA_FLAG_SOLICITED, in nd6_ns_input()984 is_solicited = ((flags & ND_NA_FLAG_SOLICITED) != 0); in nd6_na_input()1528 flags &= ~ND_NA_FLAG_SOLICITED; in nd6_na_output()