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

  /src/usr.sbin/btattach/
init_swave.c 50 uint8_t param_type; member in struct:__anon4502d4740108
70 cp.param_type = 0x11; /* HCI Transport */
  /src/sys/netinet/
sctp_asconf.c 136 aph->ph.param_type = htons(SCTP_SUCCESS_REPORT);
166 aph->ph.param_type = htons(SCTP_ERROR_CAUSE_IND);
202 uint16_t param_type, param_length, aparam_length; local in function:sctp_process_asconf_add_ip
215 param_type = ntohs(v4addr->ph.param_type);
219 switch (param_type) {
307 uint16_t param_type, param_length, aparam_length; local in function:sctp_process_asconf_delete_ip
322 param_type = ntohs(v4addr->ph.param_type);
354 switch (param_type) {
464 uint16_t param_type, param_length, aparam_length; local in function:sctp_process_asconf_set_primary
686 unsigned int param_length, param_type; local in function:sctp_handle_asconf
1213 uint16_t param_type; local in function:sctp_asconf_process_error
1273 uint16_t param_type; local in function:sctp_asconf_process_param_ack
1397 unsigned int param_length, param_type; local in function:sctp_handle_asconf_ack
    [all...]
sctp.h 66 u_int16_t param_type; /* parameter type */ member in struct:sctp_paramhdr
213 /* u_int16_t param_type's follow */

Completed in 13 milliseconds