ifma_msghdr
struct ifma_msghdr *ifmam;
ifmam = (struct ifma_msghdr *)rtm;
return sizeof(struct ifma_msghdr);
ifmam = mtod(m, struct ifma_msghdr *);