Searched defs:sctp_ipv4addr_param (Results 1 – 2 of 2) sorted by relevance
62 struct sctp_ipv4addr_param { struct63 struct sctp_paramhdr ph;/* type=SCTP_IPV4_PARAM_TYPE, len=8 */64 uint32_t addr; /* IPV4 address */
52988 struct sctp_ipv4addr_param { struct52989 struct sctp_paramhdr param_hdr;52990 struct in_addr addr;