Home
last modified time | relevance | path

Searched refs:nd_opt_hdr (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dnd6.h322 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 …]
H A Dnd6_nbr.c421 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()
H A Dnd6.c374 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()
H A Dnd6_rtr.c473 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()
H A Dicmp6.c2479 ((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()
/f-stack/tools/compat/include/netinet6/
H A Dnd6.h322 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 …]
/f-stack/tools/compat/include/netinet/
H A Dicmp6.h302 struct nd_opt_hdr { /* Neighbor discovery option header */ struct
/f-stack/freebsd/netinet/
H A Dicmp6.h298 struct nd_opt_hdr { /* Neighbor discovery option header */ struct