HomeSort by relevance Sort by last modified time
    Searched refs:msgtype (Results 1 - 10 of 10) sorted by null

  /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/wpa_supplicant_8/src/ap/
dhcp_snoop.c 64 int res, msgtype = 0, prefixlen = 32; local
106 msgtype = opt[2];
113 if (msgtype == DHCPACK) {
  /system/core/libsysutils/src/
NetlinkEvent.cpp 175 const char *msgtype = rtMessageName(type); local
183 if (maybeLogDuplicateAttribute(*addrstr != '\0', "IFA_ADDRESS", msgtype))
191 RTA_PAYLOAD(rta), msgtype);
199 RTA_PAYLOAD(rta), msgtype);
210 SLOGE("Unknown ifindex %d in %s", ifaddr->ifa_index, msgtype);
216 if (maybeLogDuplicateAttribute(cacheinfo, "IFA_CACHEINFO", msgtype))
221 RTA_PAYLOAD(rta), sizeof(cacheinfo), msgtype);
230 SLOGE("No IFA_ADDRESS in %s\n", msgtype);
  /system/extras/tests/net_test/
iproute.py 484 def _ParseNLMsg(self, data, msgtype):
493 nlmsg, data = cstruct.Read(data, msgtype)
503 def _GetMsgList(self, msgtype, data, expect_done):
506 msg, data = self._ParseNLMsg(data, msgtype)
536 def _Dump(self, command, msg, msgtype):
553 out.extend(self._GetMsgList(msgtype, data, False))
  /external/toybox/toys/pending/
dhcpd.c 1079 uint8_t *optptr, msgtype = 0; local
    [all...]
dhcp.c 984 // sends dhcp msg of MSGTYPE
985 static int dhcpc_sendmsg(int msgtype)
1003 pend = dhcpc_addmsgtype(pend, msgtype);
1007 switch (msgtype) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
srv.h 311 int __cdecl srv_sendmsg(SRV_PROC *srvproc,int msgtype,__LONG32 msgnum,BYTE msgclass,BYTE state,char *rpcname,int rpcnamelen,USHORT linenum,char *message,int msglen);

Completed in 521 milliseconds