/external/nanopb-c/examples/using_union_messages/ |
encode.c | 48 int msgtype = atoi(argv[1]); local 49 if (msgtype == 1) 55 else if (msgtype == 2) 61 else if (msgtype == 3) 69 fprintf(stderr, "Unknown message type: %d\n", msgtype);
|
/bionic/libc/kernel/uapi/scsi/ |
scsi_netlink.h | 32 uint16_t msgtype; member in struct:scsi_nl_hdr 57 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) { (hdr)->version = SCSI_NL_VERSION; (hdr)->transport = t; (hdr)->magic = SCSI_NL_MAGIC; (hdr)->msgtype = mtype; (hdr)->msglen = mlen; }
|
/external/kernel-headers/original/uapi/scsi/ |
scsi_netlink.h | 46 uint16_t msgtype; member in struct:scsi_nl_hdr 61 /* Transport-based scsi_nl_hdr->msgtype values are defined in each transport */ 64 * GENERIC SCSI scsi_nl_hdr->msgtype Values 69 /* SCSI_NL_SHOST_VENDOR msgtype is kernel->user and user->kernel */ 118 (hdr)->msgtype = mtype; \
|
/external/libnl/lib/ |
cache_mngt.c | 51 * @arg msgtype netlink message type 59 struct nl_cache_ops *nl_cache_ops_associate(int protocol, int msgtype) 69 if (ops->co_msgtypes[i].mt_id == msgtype) 79 * @arg msgtype netlink message type 86 struct nl_msgtype *nl_msgtype_lookup(struct nl_cache_ops *ops, int msgtype) 91 if (ops->co_msgtypes[i].mt_id == msgtype)
|
/external/openssl/crypto/krb5/ |
krb5_asn.h | 138 ASN1_INTEGER *msgtype; member in struct:krb5_ap_req_st
|
krb5_asn.c | 102 ASN1_EXP(KRB5_APREQBODY, msgtype, ASN1_INTEGER, 1),
|
/external/openssl/include/openssl/ |
krb5_asn.h | 138 ASN1_INTEGER *msgtype; member in struct:krb5_ap_req_st
|