Searched refs:nd_opt_type (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/usr.sbin/rtadvd/
H A Drtadvd.c1391 __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
[all...]
H A Dif.c175 ndopt->nd_opt_type = ND_OPT_SOURCE_LINKADDR; /* fixed */
/netbsd-current/sys/netinet6/
H A Dnd6.c296 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);
H A Dnd6_nbr.c556 nd_opt->nd_opt_type = ND_OPT_SOURCE_LINKADDR;
573 nd_opt->nd_opt_type = ND_OPT_NONCE;
1027 nd_opt->nd_opt_type = ND_OPT_TARGET_LINKADDR;
H A Dicmp6.c2626 nd_opt->nd_opt_type = ND_OPT_TARGET_LINKADDR;
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dipv6nd.c336 nd->nd_opt_type = ND_OPT_SOURCE_LINKADDR;
583 opt->nd_opt_type = ND_OPT_TARGET_LINKADDR;
1307 ndo.nd_opt_type))
1313 if (dho->option == ndo.nd_opt_type)
1321 ifp->name, ndo.nd_opt_type, rap->sfrom);
1329 if (has_option_mask(ifp->options->nomasknd, ndo.nd_opt_type))
1332 switch (ndo.nd_opt_type) {
1716 *code = ndo.nd_opt_type;
1799 ndo.nd_opt_type))
1804 if (opt->option == ndo.nd_opt_type)
[all...]
/netbsd-current/sys/netinet/
H A Dicmp6.h296 u_int8_t nd_opt_type; member in struct:nd_opt_hdr
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-icmp6.c279 nd_uint8_t nd_opt_type; member in struct:nd_opt_hdr
1426 opt_type = GET_U_1(op->nd_opt_type);

Completed in 262 milliseconds