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

  /src/usr.sbin/rtadvd/
rtadvd.c 112 struct nd_opt_mtu *mtu;
136 [ND_OPT_MTU] = NDOPT_FLAG_MTU,
1400 if (hdr->nd_opt_type > ND_OPT_MTU &&
1419 if ((hdr->nd_opt_type == ND_OPT_MTU &&
1420 (optlen != sizeof(struct nd_opt_mtu))) ||
1441 case ND_OPT_MTU:
config.c 1011 struct nd_opt_mtu *ndopt_mtu;
1038 packlen += sizeof(struct nd_opt_mtu);
1108 ndopt_mtu = (struct nd_opt_mtu *)buf;
1109 ndopt_mtu->nd_opt_mtu_type = ND_OPT_MTU;
1113 buf += sizeof(struct nd_opt_mtu);
  /src/sys/netinet/
icmp6.h 309 #define ND_OPT_MTU 5
353 struct nd_opt_mtu { /* MTU option */ struct
  /src/external/bsd/tcpdump/dist/
print-icmp6.c 279 #define ND_OPT_MTU 5
309 struct nd_opt_mtu { /* MTU option */ struct
727 { ND_OPT_MTU, "mtu"},
1417 const struct nd_opt_mtu *opm;
1475 case ND_OPT_MTU:
1476 opm = (const struct nd_opt_mtu *)op;
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
icmp.c 620 dns_u8_to_wire(&towire, ND_OPT_MTU);
  /src/sys/netinet6/
nd6.c 300 case ND_OPT_MTU:
  /src/external/bsd/dhcpcd/dist/src/
ipv6nd.c 967 struct nd_opt_mtu mtu;
1338 case ND_OPT_MTU:

Completed in 61 milliseconds