HomeSort by: relevance | last modified time | path
    Searched refs:param_type (Results 1 - 10 of 10) 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 */
sctp_indata.c 854 ph->param_type = htons(SCTP_CAUSE_PROTOCOL_VIOLATION);
1084 ph->param_type =
1114 ph->param_type =
1144 ph->param_type =
1175 ph->param_type =
1273 ph->param_type =
1309 ph->param_type =
1347 ph->param_type =
1381 ph->param_type =
1426 ph->param_type
    [all...]
sctp_input.c 717 switch (ntohs(pbad->param_type)) {
752 pbad->param_type, (u_int)pbad->param_type);
777 error_type = ntohs(phdr->param_type);
1078 ph->param_type = htons(SCTP_CAUSE_COOKIE_IN_SHUTDOWN);
1949 scm->ph.param_type = htons(SCTP_CAUSE_STALE_COOKIE);
2641 if (strreq->sr_req.ph.param_type == ntohs(SCTP_STR_RESET_RESPONSE)) {
2644 } else if (strreq->sr_req.ph.param_type != ntohs(SCTP_STR_RESET_REQUEST)) {
2646 (u_int)ntohs(strreq->sr_req.ph.param_type));
2734 if (ntohs(ph->param_type) == SCTP_STR_RESET_REQUEST)
    [all...]
sctp_output.c 204 parmh->param_type = htons(SCTP_IPV4_ADDRESS);
213 parmh->param_type = htons(SCTP_IPV6_ADDRESS);
263 ph->param_type = htons(SCTP_STATE_COOKIE);
2654 sup_addr->ph.param_type = htons(SCTP_SUPPORTED_ADDRTYPE);
2667 ali->ph.param_type = htons(SCTP_ULP_ADAPTION);
2682 cookie_preserve->ph.param_type = htons(SCTP_COOKIE_PRESERVE);
2694 ecn->ph.param_type = htons(SCTP_ECN_CAPABLE);
2703 prsctp->ph.param_type = htons(SCTP_PRSCTP_SUPPORTED);
2712 pr_supported->ph.param_type = htons(SCTP_SUPPORTED_CHUNK_EXT);
2729 ecn_nonce->ph.param_type = htons(SCTP_ECN_NONCE_SUPPORTED)
    [all...]
sctp_timer.c 200 ph->param_type = htons(SCTP_CAUSE_PROTOCOL_VIOLATION);
923 ph->param_type = htons(SCTP_CAUSE_PROTOCOL_VIOLATION);
976 if (strreq->sr_req.ph.param_type == ntohs(SCTP_STR_RESET_REQUEST)) {
sctp_pcb.c 421 ptype = (int)((u_int)ntohs(phdr->param_type));
999 ptype = ntohs(phdr->param_type);
2066 ph->param_type = htons(
2163 ph->param_type = htons(
4012 ptype = ntohs(phdr->param_type);
4187 lptype = ntohs(fee->addrp.ph.param_type);
sctp_usrreq.c 733 ph->param_type = htons(SCTP_CAUSE_USER_INITIATED_ABT);
sctputil.c 3175 ph->param_type = htons(err);

Completed in 78 milliseconds