HomeSort by relevance Sort by last modified time
    Searched refs:aph (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_asconf.c 85 struct sctp_asconf_paramhdr *aph; local
94 aph = mtod(m_reply, struct sctp_asconf_paramhdr *);
95 aph->correlation_id = id;
96 aph->ph.param_type = htons(SCTP_SUCCESS_REPORT);
97 aph->ph.param_length = sizeof(struct sctp_asconf_paramhdr);
98 SCTP_BUF_LEN(m_reply) = aph->ph.param_length;
99 aph->ph.param_length = htons(aph->ph.param_length);
109 struct sctp_asconf_paramhdr *aph; local
122 aph = mtod(m_reply, struct sctp_asconf_paramhdr *)
604 struct sctp_asconf_paramhdr *aph, *ack_aph; local
1664 struct sctp_asconf_paramhdr *aph; local
2375 struct sctp_asconf_paramhdr *aph; local
2593 struct sctp_asconf_paramhdr *aph; local
    [all...]
sctp_header.h 126 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */ member in struct:sctp_asconf_addr_param
132 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */ member in struct:sctp_asconf_tag_param
139 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */ member in struct:sctp_asconf_addrv4_param

Completed in 436 milliseconds