| /src/sys/netinet/ |
| dccp.h | 57 dh_type:4, member in struct:dccphdr 62 dh_type:4, /* Type of message */ member in struct:dccphdr 84 dh_type:4, member in struct:dccplhdr 88 dh_type:4, /* Type of message */ member in struct:dccplhdr
|
| dccp_usrreq.c | 265 dlh->dh_cscov, dlh->dh_off, dlh->dh_type, dlh->dh_res, ntohs(dlh->dh_seq), 270 dh->dh_cscov, dh->dh_off, dh->dh_type, dh->dh_res, ntohl(dh->dh_seq))); 420 if (dh->dh_type != DCCP_TYPE_RESET) 516 if (dlh->dh_type == DCCP_TYPE_DATA) { 522 } else if (dh->dh_type == DCCP_TYPE_REQUEST) { 540 } else if (dh->dh_type == DCCP_TYPE_RESET) { 548 if (dh->dh_type == DCCP_TYPE_RESPONSE) { 579 dp->type_rcv = dh->dh_type; 605 DCCP_DEBUG((LOG_INFO, "BEFORE state check, Got a %u packet while in %u state, who = %u!\n", dh->dh_type, dp->state, dp->who)); 608 switch (dh->dh_type) { [all...] |
| /src/external/bsd/tcpdump/dist/ |
| print-wb.c | 97 nd_uint8_t dh_type; /* body type */ member in struct:dophdr 322 t = GET_U_1(dh->dh_type);
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/ |
| dh_kmgmt.c | 79 int dh_type; member in struct:dh_gen_ctx 478 gctx->dh_type = type; 539 || ((gen_type = dh_gen_type_name2id_w_default(p->data, gctx->dh_type)) == -1)) { 804 DH_set_flags(dh, gctx->dh_type);
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ |
| dh_kmgmt.c | 76 int dh_type; member in struct:dh_gen_ctx 476 gctx->dh_type = type; 537 dh_gen_type_name2id_w_default(p->data, gctx->dh_type)) == -1)) { 780 DH_set_flags(dh, gctx->dh_type);
|
| /src/sys/ufs/lfs/ |
| lfs_accessors.h | 323 return dh->u_64.dh_type; 327 return dh->u_32.dh_type; 339 return dh->u_32.dh_type; 370 dh->u_64.dh_type = type; 375 dh->u_32.dh_type = type; 387 dh->u_32.dh_type = namlen;
|
| lfs.h | 355 uint8_t dh_type; /* file type, see below */ member in struct:lfs_dirheader32 363 uint8_t dh_type; /* file type, see below */ member in struct:lfs_dirheader64
|