Searched refs:dh_type (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/netinet/ |
| H A D | dccp.h | 57 dh_type:4, member 62 dh_type:4, /* Type of message */ member 84 dh_type:4, member 88 dh_type:4, /* Type of message */ member
|
| H A D | dccp_usrreq.c | 265 dlh->dh_cscov, dlh->dh_off, dlh->dh_type, dlh->dh_res, ntohs(dlh->dh_seq), in dccp_input() 270 dh->dh_cscov, dh->dh_off, dh->dh_type, dh->dh_res, ntohl(dh->dh_seq))); in dccp_input() 420 if (dh->dh_type != DCCP_TYPE_RESET) in dccp_input() 516 if (dlh->dh_type == DCCP_TYPE_DATA) { in dccp_input() 522 } else if (dh->dh_type == DCCP_TYPE_REQUEST) { in dccp_input() 540 } else if (dh->dh_type == DCCP_TYPE_RESET) { in dccp_input() 548 if (dh->dh_type == DCCP_TYPE_RESPONSE) { in dccp_input() 579 dp->type_rcv = dh->dh_type; in dccp_input() 605 …BEFORE state check, Got a %u packet while in %u state, who = %u!\n", dh->dh_type, dp->state, dp->w… in dccp_input() 608 switch (dh->dh_type) { in dccp_input() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ |
| H A D | dh_kmgmt.c | 76 int dh_type; member 476 gctx->dh_type = type; in dh_gen_init_base() 537 dh_gen_type_name2id_w_default(p->data, gctx->dh_type)) == -1)) { in dh_gen_common_set_params() 780 DH_set_flags(dh, gctx->dh_type); in dh_gen()
|
| /netbsd-src/sys/ufs/lfs/ |
| H A D | lfs_accessors.h | 323 return dh->u_64.dh_type; in lfs_dir_gettype() 327 return dh->u_32.dh_type; in lfs_dir_gettype() 339 return dh->u_32.dh_type; in lfs_dir_getnamlen() 370 dh->u_64.dh_type = type; in lfs_dir_settype() 375 dh->u_32.dh_type = type; in lfs_dir_settype() 387 dh->u_32.dh_type = namlen; in lfs_dir_setnamlen()
|
| H A D | lfs.h | 355 uint8_t dh_type; /* file type, see below */ member 363 uint8_t dh_type; /* file type, see below */ member
|