Home
last modified time | relevance | path

Searched refs:msg_id (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/sys/external/bsd/drm2/dist/include/drm/
Ddrm_hdcp.h151 u8 msg_id; member
157 u8 msg_id; member
164 u8 msg_id; member
169 u8 msg_id; member
174 u8 msg_id; member
179 u8 msg_id; member
184 u8 msg_id; member
189 u8 msg_id; member
194 u8 msg_id; member
200 u8 msg_id; member
[all …]
/netbsd/src/crypto/external/bsd/openssh/dist/
Dsftp-client.c83 u_int msg_id; member
451 ret->msg_id = 1; in sftp_init()
609 u_int id, msg_id; in sftp_get_limits() local
622 id = conn->msg_id++; in sftp_get_limits()
633 (r = sshbuf_get_u32(msg, &msg_id)) != 0) in sftp_get_limits()
636 debug3("Received limits reply T:%u I:%u", type, msg_id); in sftp_get_limits()
637 if (id != msg_id) in sftp_get_limits()
638 fatal("ID mismatch (%u != %u)", msg_id, id); in sftp_get_limits()
670 id = conn->msg_id++; in sftp_close()
702 id = conn->msg_id++; in sftp_lsreaddir()
[all …]
/netbsd/src/external/bsd/openldap/dist/contrib/ldapc++/src/
DLDAPModDNRequest.cpp52 int msg_id; in sendRequest() local
60 newParentDN,m_deleteOld ? 1 : 0, tmpSrvCtrls, tmpClCtrls,&msg_id); in sendRequest()
66 m_msgID=msg_id; in sendRequest()
/netbsd/src/lib/libc/nls/
Dcatgets.c50 _catgets(nl_catd catd, int set_id, int msg_id, const char *s) in __weak_alias()
83 r = msg_id - in __weak_alias()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
Dls-errs.exp89 proc test_break {linespec msg_id args} {
93 [eval format \$error_messages($msg_id) \
/netbsd/src/usr.sbin/ldpd/
Dnotifications.c59 t->msg_id = htonl(msg); in build_notification()
Dtlv.h131 uint32_t msg_id; member
/netbsd/src/sys/dev/usb/
Dif_athn_usb.c1031 athn_usb_htc_msg(struct athn_usb_softc *usc, uint16_t msg_id, void *buf, in athn_usb_htc_msg() argument
1049 msg->msg_id = htobe16(msg_id); in athn_usb_htc_msg()
2087 uint16_t msg_id; in athn_usb_intr() local
2140 msg_id = be16toh(msg->msg_id); in athn_usb_intr()
2141 DPRINTFN(DBG_RX, usc, "Rx HTC message %d\n", msg_id); in athn_usb_intr()
2142 switch (msg_id) { in athn_usb_intr()
2147 usc->usc_wait_msg_id, msg_id); in athn_usb_intr()
2148 if (usc->usc_wait_msg_id == msg_id) { in athn_usb_intr()
2157 usc->usc_wait_msg_id, msg_id); in athn_usb_intr()
2158 if (usc->usc_wait_msg_id == msg_id) { in athn_usb_intr()
[all …]
Dif_athn_usb.h232 uint16_t msg_id; member
/netbsd/src/sys/sys/
Daudioio.h321 int msg_id; member