Home
last modified time | relevance | path

Searched refs:nd_opt_mtu (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtrace.c85 struct nd_opt_mtu *mo; in print_opt()
122 mo = (struct nd_opt_mtu *)opt; in print_opt()
H A Dndp.c1153 struct nd_opt_mtu *mo = (struct nd_opt_mtu *)opt; in incoming_mtu_opt()
1466 struct nd_opt_mtu *mo = (struct nd_opt_mtu *)opt; in verify_mtu_opt()
H A Dmain.c253 struct nd_opt_mtu *mo = (struct nd_opt_mtu *)pptr; in advertise()
256 mo->nd_opt_mtu_len = sizeof (struct nd_opt_mtu) / 8; in advertise()
260 packetlen += sizeof (struct nd_opt_mtu); in advertise()
261 pptr += sizeof (struct nd_opt_mtu); in advertise()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c842 struct nd_opt_mtu *mopt;
844 ilen < sizeof (struct nd_opt_mtu))
848 mopt = (struct nd_opt_mtu *)opt;
/titanic_41/usr/src/uts/common/netinet/
H A Dicmp6.h385 typedef struct nd_opt_mtu { /* MTU option */ struct