HomeSort by: relevance | last modified time | path
    Searched refs:nd_opt_type (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/rtadvd/
rtadvd.c 1391 __func__, hdr->nd_opt_type);
1400 if (hdr->nd_opt_type > ND_OPT_MTU &&
1401 hdr->nd_opt_type != ND_OPT_RDNSS &&
1402 hdr->nd_opt_type != ND_OPT_DNSSL)
1405 __func__, hdr->nd_opt_type);
1409 if ((ndopt_flags[hdr->nd_opt_type] & optflags) == 0) {
1411 __func__, hdr->nd_opt_type);
1419 if ((hdr->nd_opt_type == ND_OPT_MTU &&
1421 ((hdr->nd_opt_type == ND_OPT_PREFIX_INFORMATION &&
1423 (hdr->nd_opt_type == ND_OPT_RDNSS &
    [all...]
if.c 175 ndopt->nd_opt_type = ND_OPT_SOURCE_LINKADDR; /* fixed */
  /src/sys/netinet6/
nd6.c 296 switch (nd_opt->nd_opt_type) {
302 if (ndopts->nd_opt_array[nd_opt->nd_opt_type]) {
305 nd_opt->nd_opt_type);
308 ndopts->nd_opt_array[nd_opt->nd_opt_type]
313 if (ndopts->nd_opt_array[nd_opt->nd_opt_type] == 0) {
314 ndopts->nd_opt_array[nd_opt->nd_opt_type]
327 "option ignored\n", nd_opt->nd_opt_type);
nd6_nbr.c 555 nd_opt->nd_opt_type = ND_OPT_SOURCE_LINKADDR;
572 nd_opt->nd_opt_type = ND_OPT_NONCE;
1027 nd_opt->nd_opt_type = ND_OPT_TARGET_LINKADDR;
icmp6.c 2624 nd_opt->nd_opt_type = ND_OPT_TARGET_LINKADDR;
  /src/sys/netinet/
icmp6.h 300 u_int8_t nd_opt_type; member in struct:nd_opt_hdr

Completed in 38 milliseconds