Searched refs:paramh (Results 1 – 1 of 1) sorted by relevance
1983 struct sctp_paramhdr *paramh; in sctp_add_addr_to_mbuf() local2005 paramh = (struct sctp_paramhdr *)(SCTP_BUF_AT(m, SCTP_BUF_LEN(m))); in sctp_add_addr_to_mbuf()2019 paramh = mtod(mret, struct sctp_paramhdr *); in sctp_add_addr_to_mbuf()2030 ipv4p = (struct sctp_ipv4addr_param *)paramh; in sctp_add_addr_to_mbuf()2031 paramh->param_type = htons(SCTP_IPV4_ADDRESS); in sctp_add_addr_to_mbuf()2032 paramh->param_length = htons(plen); in sctp_add_addr_to_mbuf()2045 ipv6p = (struct sctp_ipv6addr_param *)paramh; in sctp_add_addr_to_mbuf()2046 paramh->param_type = htons(SCTP_IPV6_ADDRESS); in sctp_add_addr_to_mbuf()2047 paramh->param_length = htons(plen); in sctp_add_addr_to_mbuf()