Searched defs:msgtype (Results 1 - 5 of 5) sorted by relevance

/external/nanopb-c/examples/using_union_messages/
H A Dencode.c48 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);
/external/kernel-headers/original/uapi/scsi/
H A Dscsi_netlink.h46 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/
H A Dcache_mngt.c51 * @arg msgtype netlink message type
59 struct nl_cache_ops *nl_cache_ops_associate(int protocol, int msgtype) argument
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) argument
91 if (ops->co_msgtypes[i].mt_id == msgtype)
/external/openssl/crypto/krb5/
H A Dkrb5_asn.h138 ASN1_INTEGER *msgtype; member in struct:krb5_ap_req_st
/external/openssl/include/openssl/
H A Dkrb5_asn.h138 ASN1_INTEGER *msgtype; member in struct:krb5_ap_req_st

Completed in 2198 milliseconds