Home
last modified time | relevance | path

Searched refs:paramh (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_output.c1940 struct sctp_paramhdr *paramh; in sctp_add_addr_to_mbuf() local
1962 paramh = (struct sctp_paramhdr *)(SCTP_BUF_AT(m, SCTP_BUF_LEN(m))); in sctp_add_addr_to_mbuf()
1976 paramh = mtod(mret, struct sctp_paramhdr *); in sctp_add_addr_to_mbuf()
1987 ipv4p = (struct sctp_ipv4addr_param *)paramh; in sctp_add_addr_to_mbuf()
1988 paramh->param_type = htons(SCTP_IPV4_ADDRESS); in sctp_add_addr_to_mbuf()
1989 paramh->param_length = htons(plen); in sctp_add_addr_to_mbuf()
2002 ipv6p = (struct sctp_ipv6addr_param *)paramh; in sctp_add_addr_to_mbuf()
2003 paramh->param_type = htons(SCTP_IPV6_ADDRESS); in sctp_add_addr_to_mbuf()
2004 paramh->param_length = htons(plen); in sctp_add_addr_to_mbuf()