HomeSort by: relevance | last modified time | path
    Searched refs:nd_opt_type (Results 1 - 8 of 8) 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/external/bsd/dhcpcd/dist/src/
ipv6nd.c 336 nd->nd_opt_type = ND_OPT_SOURCE_LINKADDR;
1151 ndo.nd_opt_type))
1157 if (dho->option == ndo.nd_opt_type)
1165 ifp->name, ndo.nd_opt_type, rap->sfrom);
1170 if (has_option_mask(ifp->options->nomasknd, ndo.nd_opt_type))
1173 switch (ndo.nd_opt_type) {
1556 *code = ndo.nd_opt_type;
1639 ndo.nd_opt_type))
1644 if (opt->option == ndo.nd_opt_type)
1650 if (opt->option == ndo.nd_opt_type)
    [all...]
  /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
  /src/external/bsd/tcpdump/dist/
print-icmp6.c 277 nd_uint8_t nd_opt_type; member in struct:nd_opt_hdr
1424 opt_type = GET_U_1(op->nd_opt_type);

Completed in 35 milliseconds