Searched refs:ptype (Results 51 - 61 of 61) sorted by relevance

123

/freebsd-9.3-release/sys/netinet/
H A Dsctp_input.c4056 uint16_t remaining_length, param_len, ptype; local
4123 ptype = ntohs(ph->param_type);
4134 if (ptype == SCTP_STR_RESET_OUT_REQUEST) {
4150 } else if (ptype == SCTP_STR_RESET_ADD_OUT_STREAMS) {
4159 } else if (ptype == SCTP_STR_RESET_ADD_IN_STREAMS) {
4168 } else if (ptype == SCTP_STR_RESET_IN_REQUEST) {
4174 } else if (ptype == SCTP_STR_RESET_TSN_REQUEST) {
4185 } else if (ptype == SCTP_STR_RESET_RESPONSE) {
H A Dsctp_output.c5005 uint16_t ptype, plen, padded_size; local
5017 ptype = ntohs(phdr->param_type);
5033 switch (ptype) {
5199 SCTPDBG(SCTP_DEBUG_OUTPUT1, "Hit default param %x\n", ptype);
5200 if ((ptype & 0x4000) == 0x4000) {
5262 if ((ptype & 0x8000) == 0x0000) {
5334 uint16_t ptype, plen; local
5397 ptype = ntohs(phdr->param_type);
5399 switch (ptype) {
8969 uint16_t ptype, ple local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dgimplify.c6252 tree ptype, otype, dtype;
6259 ptype = TREE_TYPE (TREE_OPERAND (t, 0));
6260 dtype = TREE_TYPE (ptype);
6265 ptype = TREE_TYPE (t);
6267 dtype = TREE_TYPE (ptype);
6275 && POINTER_TYPE_P (ptype)
6250 tree ptype, otype, dtype; local
H A Dtree.c5337 tree ptype;
5345 ptype = build_pointer_type (basetype);
5349 argtypes = tree_cons (NULL_TREE, ptype, argtypes);
5313 tree ptype; local
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Devp.h947 (EVP_MD_CTX *ctx, const EVP_MD **ptype,
/freebsd-9.3-release/sys/dev/sound/usb/
H A Duaudio.c3482 uint16_t ptype; local
3486 ptype = UGETW(d0->wProcessType);
3489 "bNrInPins=%d\n", ptype, d0->bUnitId, d0->bNrInPins);
3502 switch (ptype) {
3514 d0->bUnitId, ptype);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dieee.c824 debug_type *ptype)
836 *ptype = ieee_builtin_type (info, start, indx);
837 if (*ptype == NULL)
846 *ptype = info->types.types[indx].type;
823 ieee_read_type_index(struct ieee_info *info, const bfd_byte **pp, debug_type *ptype) argument
/freebsd-9.3-release/contrib/libpcap/
H A Dgencode.c3439 gen_snap(orgcode, ptype)
3441 bpf_u_int32 ptype;
3451 snapblock[6] = (ptype >> 8); /* upper 8 bits of protocol type */
3452 snapblock[7] = (ptype >> 0); /* lower 8 bits of protocol type */
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c5909 cp_complete_array_type (tree *ptype, tree initial_value, bool do_default)
5921 if (char_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (*ptype)))
5934 failure = complete_array_type (ptype, initial_value, do_default);
5941 type = *ptype;
5896 cp_complete_array_type(tree *ptype, tree initial_value, bool do_default) argument
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dremote-mips.c1480 char *ptype;
1477 char *ptype; local
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509.h851 int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype,

Completed in 443 milliseconds

123