Searched defs:nd_opt_mtu (Results 1 – 2 of 2) sorted by relevance
344 struct nd_opt_mtu { /* MTU option */ struct345 u_int8_t nd_opt_mtu_type; argument346 u_int8_t nd_opt_mtu_len; argument347 u_int16_t nd_opt_mtu_reserved; argument348 u_int32_t nd_opt_mtu_mtu; argument
314 struct nd_opt_mtu { /* MTU option */ struct315 uint8_t nd_opt_mtu_type; argument316 uint8_t nd_opt_mtu_len; argument317 uint16_t nd_opt_mtu_reserved; argument318 uint32_t nd_opt_mtu_mtu; argument