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

  /src/sys/netinet6/
nd6_rtr.c 122 if (nd6_options(&ndopts) < 0) {
124 /* nd6_options have incremented stats */
nd6.h 169 int nd6_options(union nd_opts *);
nd6_nbr.c 179 if (nd6_options(&ndopts) < 0) {
181 /* nd6_options have incremented stats */
672 if (nd6_options(&ndopts) < 0) {
674 /* nd6_options have incremented stats */
nd6.c 270 nd6_options(union nd_opts *ndopts) function
326 "nd6_options: unsupported option %d - "
icmp6.c 2366 if (nd6_options(&ndopts) < 0) {
2370 /* nd6_options have incremented stats */
  /src/usr.sbin/rtadvd/
rtadvd.c 172 static int nd6_options(struct nd_opt_hdr *, int, union nd_opts *, uint32_t);
913 if (nd6_options((struct nd_opt_hdr *)(rs + 1),
1055 if (nd6_options((struct nd_opt_hdr *)(ra + 1),
1376 nd6_options(struct nd_opt_hdr *hdr, int limit, function

Completed in 66 milliseconds