struct nsol_body

ICMPv6 neighbor solicitation message body

#include <tapi_icmp6.h>

struct nsol_body {
    // fields

    uint32_t nsol_reserved;
    uint8_t tgt_addr[16];
};