Home
last modified time | relevance | path

Searched refs:nd_opt_mtu_len (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dndp.c1157 if (8 * mo->nd_opt_mtu_len != sizeof (*mo)) { in incoming_mtu_opt()
1165 8 * (int)mo->nd_opt_mtu_len); in incoming_mtu_opt()
1469 if (8 * mo->nd_opt_mtu_len != sizeof (*mo)) { in verify_mtu_opt()
1473 8 * (int)mo->nd_opt_mtu_len); in verify_mtu_opt()
H A Dmain.c257 mo->nd_opt_mtu_len = sizeof (struct nd_opt_mtu) / 8; in advertise()
/illumos-gate/usr/src/uts/common/netinet/
H A Dicmp6.h387 uint8_t nd_opt_mtu_len; member