Searched refs:nd_opt_mtu (Results 1 – 5 of 5) sorted by relevance
85 struct nd_opt_mtu *mo; in print_opt()122 mo = (struct nd_opt_mtu *)opt; in print_opt()
1153 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()
253 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()
842 struct nd_opt_mtu *mopt;844 ilen < sizeof (struct nd_opt_mtu))848 mopt = (struct nd_opt_mtu *)opt;
385 typedef struct nd_opt_mtu { /* MTU option */ struct