Searched refs:nd_opt_hdr (Results 1 – 8 of 8) sorted by relevance
322 struct nd_opt_hdr *zero;323 struct nd_opt_hdr *src_lladdr;328 struct nd_opt_hdr *__res6;329 struct nd_opt_hdr *__res7;330 struct nd_opt_hdr *__res8;331 struct nd_opt_hdr *__res9;332 struct nd_opt_hdr *__res10;333 struct nd_opt_hdr *__res11;334 struct nd_opt_hdr *__res12;335 struct nd_opt_hdr *__res13;[all …]
421 maxlen += (sizeof(struct nd_opt_hdr) + ifp->if_addrlen + 7) & ~7; in nd6_ns_output_fib()536 int optlen = sizeof(struct nd_opt_hdr) + ifp->if_addrlen; in nd6_ns_output_fib()537 struct nd_opt_hdr *nd_opt = (struct nd_opt_hdr *)(nd_ns + 1); in nd6_ns_output_fib()556 int optlen = sizeof(struct nd_opt_hdr) + ND_OPT_NONCE_LEN; in nd6_ns_output_fib()557 struct nd_opt_hdr *nd_opt = (struct nd_opt_hdr *)(nd_ns + 1); in nd6_ns_output_fib()957 maxlen += (sizeof(struct nd_opt_hdr) + ifp->if_addrlen + 7) & ~7; in nd6_na_output_fib()1047 int optlen = sizeof(struct nd_opt_hdr) + ifp->if_addrlen; in nd6_na_output_fib()1048 struct nd_opt_hdr *nd_opt = (struct nd_opt_hdr *)(nd_na + 1); in nd6_na_output_fib()
374 ndopts->nd_opts_search = (struct nd_opt_hdr *)opt; in nd6_option_init()376 = (struct nd_opt_hdr *)(((u_char *)opt) + icmp6len); in nd6_option_init()387 struct nd_opt_hdr *390 struct nd_opt_hdr *nd_opt; in nd6_option()419 ndopts->nd_opts_search = (struct nd_opt_hdr *)((caddr_t)nd_opt + olen); in nd6_option()440 struct nd_opt_hdr *nd_opt; in nd6_options()
473 struct nd_opt_hdr *pt; in nd6_ra_input()477 for (pt = (struct nd_opt_hdr *)ndopts.nd_opts_pi; in nd6_ra_input()478 pt <= (struct nd_opt_hdr *)ndopts.nd_opts_pi_end; in nd6_ra_input()479 pt = (struct nd_opt_hdr *)((caddr_t)pt + in nd6_ra_input()
2479 ((sizeof(struct nd_opt_hdr) + ifp->if_addrlen + 7) & ~7)) { in icmp6_redirect_output()2549 struct nd_opt_hdr *nd_opt; in icmp6_redirect_output()2563 nd_opt = (struct nd_opt_hdr *)p; in icmp6_redirect_output()
302 struct nd_opt_hdr { /* Neighbor discovery option header */ struct
298 struct nd_opt_hdr { /* Neighbor discovery option header */ struct