Home
last modified time | relevance | path

Searched defs:msgtype (Results 1 – 15 of 15) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/
Drndis_std.h132 uint32_t msgtype; /* MessageType */ member
139 uint32_t msgtype; /* MessageType */ member
203 uint32_t msgtype; /* MessageType */ member
213 uint32_t msgtype; /* MessageType */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Ddhcp_snoop.c40 int res, msgtype = 0, prefixlen = 32; in handle_dhcp() local
Dfils_hlp.c159 u8 msgtype = 0; in fils_dhcp_handler() local
332 u8 msgtype = 0; in fils_process_hlp_dhcp() local
Dwpa_auth_ft.c1027 const char *msgtype, int no_defer) in wpa_ft_rrb_seq_chk()
1097 const char *msgtype) in wpa_ft_rrb_seq_accept()
3807 const char *msgtype = "pull request"; in wpa_ft_rrb_rx_pull() local
3962 const char *msgtype, u8 *s1kh_id_out, in wpa_ft_rrb_rx_r1()
4194 const char *msgtype = "pull response"; in wpa_ft_rrb_rx_resp() local
4247 const char *msgtype = "push"; in wpa_ft_rrb_rx_push() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Ddhcp_snoop.c40 int res, msgtype = 0, prefixlen = 32; in handle_dhcp() local
Dfils_hlp.c159 u8 msgtype = 0; in fils_dhcp_handler() local
332 u8 msgtype = 0; in fils_process_hlp_dhcp() local
Dwpa_auth_ft.c1025 const char *msgtype, int no_defer) in wpa_ft_rrb_seq_chk()
1095 const char *msgtype) in wpa_ft_rrb_seq_accept()
3583 const char *msgtype = "pull request"; in wpa_ft_rrb_rx_pull() local
3734 const char *msgtype, u8 *s1kh_id_out, in wpa_ft_rrb_rx_r1()
3966 const char *msgtype = "pull response"; in wpa_ft_rrb_rx_resp() local
4019 const char *msgtype = "push"; in wpa_ft_rrb_rx_push() local
/third_party/toybox/toys/pending/
Ddhcp6.c98 uint8_t msgtype, transaction_id[3], options[524]; member
302 uint8_t *get_msg_ptr(uint8_t *data, int data_length, int msgtype) in get_msg_ptr()
Ddhcpd.c157 uint8_t msgtype; member
1609 uint8_t *optptr, msgtype = 0; in dhcpd_main() local
Ddhcp.c985 static int dhcpc_sendmsg(int msgtype) in dhcpc_sendmsg()
/third_party/openssl/test/
Dtls13ccstest.c94 unsigned int rectype, recvers, msgtype, expectedrecvers; in watchccs_write() local
Dasynciotest.c151 unsigned int msgtype = 0, negversion = 0; in async_write() local
/third_party/openssl/ssl/
Dd1_lib.c448 unsigned int rectype, versmajor, msgseq, msgtype, clientvers, cookielen; in DTLSv1_listen() local
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinecomm.c1342 unsigned char msgtype; in gst_ipc_pipeline_comm_write_gerror_message_to_fd() local
1439 unsigned char msgtype; in gst_ipc_pipeline_comm_read_gerror_message() local
/third_party/libcoap/examples/
Dcoap-client.c85 unsigned char msgtype = COAP_MESSAGE_CON; /* usually, requests are sent confirmable */ variable