HomeSort by: relevance | last modified time | path
    Searched refs:dh_type (Results 1 - 4 of 4) sorted by relevancy

  /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/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

Completed in 15 milliseconds