HomeSort by: relevance | last modified time | path
    Searched defs:aph (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_asconf.c 123 struct sctp_asconf_paramhdr *aph; local in function:sctp_asconf_success_response
134 aph = mtod(m_reply, struct sctp_asconf_paramhdr *);
135 aph->correlation_id = id;
136 aph->ph.param_type = htons(SCTP_SUCCESS_REPORT);
137 aph->ph.param_length = sizeof(struct sctp_asconf_paramhdr);
138 m_reply->m_len = aph->ph.param_length;
139 aph->ph.param_length = htons(aph->ph.param_length);
149 struct sctp_asconf_paramhdr *aph; local in function:sctp_asconf_error_response
162 aph = mtod(m_reply, struct sctp_asconf_paramhdr *)
577 struct sctp_asconf_paramhdr *aph, *ack_aph; local in function:sctp_handle_asconf
1334 struct sctp_asconf_paramhdr *aph; local in function:sctp_handle_asconf_ack
2233 struct sctp_asconf_paramhdr *aph; local in function:sctp_compose_asconf
    [all...]
sctp_header.h 108 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */ member in struct:sctp_asconf_addr_param
113 struct sctp_asconf_paramhdr aph; /* asconf "parameter" */ member in struct:sctp_asconf_addrv4_param

Completed in 12 milliseconds