Searched refs:param_type (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dsctp_asconf.c91 aph->ph.param_type = htons(SCTP_SUCCESS_REPORT);
121 aph->ph.param_type = htons(SCTP_ERROR_CAUSE_IND);
153 uint16_t param_type, aparam_length; local
176 param_type = ntohs(ph->param_type);
181 switch (param_type) {
307 uint16_t param_type, aparam_length; local
330 param_type = ntohs(ph->param_type);
335 switch (param_type) {
442 uint16_t param_type, aparam_length; local
698 unsigned int param_length, param_type; local
882 uint16_t param_type, param_length; local
1558 uint16_t param_type; local
1611 uint16_t param_type; local
1718 unsigned int param_length, param_type; local
2395 unsigned int param_length, param_type; local
[all...]
H A Dsctp_output.c1990 parmh->param_type = htons(SCTP_IPV4_ADDRESS);
2005 parmh->param_type = htons(SCTP_IPV6_ADDRESS);
3866 ph->param_type = htons(SCTP_STATE_COOKIE);
4787 sup_addr->ph.param_type = htons(SCTP_SUPPORTED_ADDRTYPE);
4808 ali->ph.param_type = htons(SCTP_ULP_ADAPTATION);
4822 ph->param_type = htons(SCTP_HAS_NAT_SUPPORT);
4837 cookie_preserve->ph.param_type = htons(SCTP_COOKIE_PRESERVE);
4852 ph->param_type = htons(SCTP_ECN_CAPABLE);
4864 ph->param_type = htons(SCTP_PRSCTP_SUPPORTED);
4870 pr_supported->ph.param_type
[all...]
H A Dsctp_auth.c1439 ptype = ntohs(phdr->param_type);
1688 err->ph.param_type = htons(SCTP_CAUSE_UNSUPPORTED_HMACID);
1841 ptype = ntohs(phdr->param_type);
2008 ph->param_type = htons(SCTP_RANDOM);
2017 ph->param_type = htons(SCTP_CHUNK_LIST);
2031 ph->param_type = htons(SCTP_HMAC_LIST);
H A Dsctp.h70 uint16_t param_type; /* parameter type */ member in struct:sctp_paramhdr
389 /* uint16_t param_type's follow */
H A Dsctp_input.c1104 switch (ntohs(pbad->param_type)) {
1130 pbad->param_type, (uint32_t) pbad->param_type);
1159 error_type = ntohs(phdr->param_type);
2560 scm->ph.param_type = htons(SCTP_CAUSE_STALE_COOKIE);
3591 type = ntohs(srparam->ph.param_type);
4123 ptype = ntohs(ph->param_type);
5506 phd->param_type = htons(SCTP_CAUSE_UNRECOG_CHUNK);
H A Dsctp_pcb.c2095 ptype = ntohs(phdr->param_type);
2353 ptype = (int)((uint32_t) ntohs(phdr->param_type));
6163 ptype = ntohs(phdr->param_type);
6388 lptype = ntohs(fee->addrp.ph.param_type);
H A Dsctp_indata.c1421 phdr->param_type = htons(SCTP_CAUSE_INVALID_STREAM);
1426 phdr->param_type = ch->dp.stream_id;
2500 phd->param_type =
H A Dsctp_usrreq.c770 ph->param_type = htons(SCTP_CAUSE_USER_INITIATED_ABT);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dinfcall.c84 value_arg_coerce (struct value *arg, struct type *param_type, argument
89 = param_type ? check_typedef (param_type) : arg_type;
98 VALUE_TYPE (arg) = param_type;
617 struct type *param_type; local
629 param_type = TYPE_FIELD_TYPE (ftype, i);
631 param_type = NULL;
633 args[i] = value_arg_coerce (args[i], param_type, prototyped);
648 if (param_type != NULL && TYPE_CODE (ftype) != TYPE_CODE_METHOD)
651 if (TYPE_CODE (param_type)
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/cms/
H A Dcms_lib.c339 int param_type; local
347 param_type = V_ASN1_UNDEF;
351 param_type = V_ASN1_NULL;
355 X509_ALGOR_set0(alg, OBJ_nid2obj(EVP_MD_type(md)), param_type, NULL);
/freebsd-9.3-release/sys/netinet/libalias/
H A Dalias_sctp.c1144 if (ntohs(param_hdr->param_type) == SCTP_IPV4_ADDRESS) {
1263 if (ntohs(param->param_type) == SCTP_VTAG_PARAM) {
1371 switch(ntohs(param->param_type)) {
1498 if (ntohs(param->param_type) == SCTP_DEL_IP_ADDRESS) {
1593 if (ntohs(param->param_type) == SCTP_SUCCESS_REPORT)
1644 if (ntohs(param->param_type) == SCTP_ADD_IP_ADDRESS)
1646 else if (ntohs(param->param_type) == SCTP_DEL_IP_ADDRESS)

Completed in 302 milliseconds