Lines Matching refs:mldh
75 static uint_t mld_query_in(mld_hdr_t *mldh, ill_t *ill);
2061 mld_hdr_t *mldh; in mld_input() local
2099 mldh = (mld_hdr_t *)(&mp->b_rptr[hdr_length]); in mld_input()
2101 switch (mldh->mld_type) { in mld_input()
2109 next = mld_query_in(mldh, ill); in mld_input()
2111 next = mldv2_query_in((mld2q_t *)mldh, ill, mldlen); in mld_input()
2155 v6group_ptr = &mldh->mld_addr; in mld_input()
2202 mld_query_in(mld_hdr_t *mldh, ill_t *ill) in mld_query_in() argument
2223 v6group = &mldh->mld_addr; in mld_query_in()
2241 timer = (int)ntohs(mldh->mld_maxdelay); in mld_query_in()
2245 timer, (int)mldh->mld_type); in mld_query_in()
2450 mld_hdr_t *mldh; in mld_sendpkt() local
2483 mldh = (mld_hdr_t *)((uint8_t *)ip6hbh + router_alert_length); in mld_sendpkt()
2485 mldh->mld_type = type; in mld_sendpkt()
2486 mldh->mld_addr = ilm->ilm_v6addr; in mld_sendpkt()
2497 ip6h->ip6_plen = htons(sizeof (*mldh) + router_alert_length); in mld_sendpkt()
2510 mldh->mld_cksum = htons(sizeof (*mldh)); in mld_sendpkt()