Home
last modified time | relevance | path

Searched refs:msgtype (Results 1 – 24 of 24) sorted by relevance

/external/scapy/scapy/layers/
Ddhcp6.py940 msgtype = 1 variable in DHCP6_Solicit
953 msgtype = 2 variable in DHCP6_Advertise
958 other.msgtype == 1 and
980 msgtype = 3 variable in DHCP6_Request
992 msgtype = 4 variable in DHCP6_Confirm
1013 msgtype = 5 variable in DHCP6_Renew
1023 msgtype = 6 variable in DHCP6_Rebind
1050 msgtype = 7 variable in DHCP6_Reply
1069 msgtype = 8 variable in DHCP6_Release
1083 msgtype = 9 variable in DHCP6_Decline
[all …]
/external/nanopb-c/examples/using_union_messages/
Dencode.c48 int msgtype = atoi(argv[1]); in main() local
49 if (msgtype == 1) in main()
55 else if (msgtype == 2) in main()
61 else if (msgtype == 3) in main()
69 fprintf(stderr, "Unknown message type: %d\n", msgtype); in main()
/external/grpc-grpc/third_party/nanopb/examples/using_union_messages/
Dencode.c48 int msgtype = atoi(argv[1]); in main() local
49 if (msgtype == 1) in main()
55 else if (msgtype == 2) in main()
61 else if (msgtype == 3) in main()
69 fprintf(stderr, "Unknown message type: %d\n", msgtype); in main()
/external/libnl/lib/
Dcache_mngt.c111 static struct nl_cache_ops *__cache_ops_associate(int protocol, int msgtype) in __cache_ops_associate() argument
121 if (ops->co_msgtypes[i].mt_id == msgtype) in __cache_ops_associate()
140 struct nl_cache_ops *nl_cache_ops_associate(int protocol, int msgtype) in nl_cache_ops_associate() argument
145 ops = __cache_ops_associate(protocol, msgtype); in nl_cache_ops_associate()
164 struct nl_cache_ops *nl_cache_ops_associate_safe(int protocol, int msgtype) in nl_cache_ops_associate_safe() argument
169 if ((ops = __cache_ops_associate(protocol, msgtype))) in nl_cache_ops_associate_safe()
189 struct nl_msgtype *nl_msgtype_lookup(struct nl_cache_ops *ops, int msgtype) in nl_msgtype_lookup() argument
194 if (ops->co_msgtypes[i].mt_id == msgtype) in nl_msgtype_lookup()
/external/selinux/python/sepolgen/tests/test_data/
Dhttpd.log1 …ubj=staff_u:staff_r:staff_dbusd_t:s0 msg='avc: denied { send_msg } for msgtype=signal interface=…
2 …ubj=staff_u:staff_r:staff_dbusd_t:s0 msg='avc: denied { send_msg } for msgtype=signal interface=…
3 …ubj=staff_u:staff_r:staff_dbusd_t:s0 msg='avc: denied { send_msg } for msgtype=signal interface=…
4 …ubj=staff_u:staff_r:staff_dbusd_t:s0 msg='avc: denied { send_msg } for msgtype=signal interface=…
5 …ubj=staff_u:staff_r:staff_dbusd_t:s0 msg='avc: denied { send_msg } for msgtype=signal interface=…
6 …ubj=staff_u:staff_r:staff_dbusd_t:s0 msg='avc: denied { send_msg } for msgtype=signal interface=…
7 …ubj=staff_u:staff_r:staff_dbusd_t:s0 msg='avc: denied { send_msg } for msgtype=signal interface=…
8 …ubj=staff_u:staff_r:staff_dbusd_t:s0 msg='avc: denied { send_msg } for msgtype=signal interface=…
9 …ubj=staff_u:staff_r:staff_dbusd_t:s0 msg='avc: denied { send_msg } for msgtype=signal interface=…
10 …ubj=staff_u:staff_r:staff_dbusd_t:s0 msg='avc: denied { send_msg } for msgtype=method_call inter…
[all …]
Daudit.log421 …=system_u:system_r:system_dbusd_t:s0 msg='avc: denied { send_msg } for msgtype=method_call inter…
422 …=system_u:system_r:system_dbusd_t:s0 msg='avc: denied { send_msg } for msgtype=method_return des…
590 …=system_u:system_r:system_dbusd_t:s0 msg='avc: denied { send_msg } for msgtype=method_call inter…
591 …=system_u:system_r:system_dbusd_t:s0 msg='avc: denied { send_msg } for msgtype=method_return des…
1494 …=system_u:system_r:system_dbusd_t:s0 msg='avc: denied { send_msg } for msgtype=method_call inter…
1495 …=system_u:system_r:system_dbusd_t:s0 msg='avc: denied { send_msg } for msgtype=method_return des…
1774 …=system_u:system_r:system_dbusd_t:s0 msg='avc: denied { send_msg } for msgtype=method_call inter…
1775 …=system_u:system_r:system_dbusd_t:s0 msg='avc: denied { send_msg } for msgtype=method_return des…
5052 …=system_u:system_r:system_dbusd_t:s0 msg='avc: denied { send_msg } for msgtype=method_call inter…
5053 …=system_u:system_r:system_dbusd_t:s0 msg='avc: denied { send_msg } for msgtype=method_return des…
/external/wpa_supplicant_8/src/ap/
Dfils_hlp.c159 u8 msgtype = 0; in fils_dhcp_handler() local
216 msgtype = pos[0]; in fils_dhcp_handler()
230 msgtype, rapid_commit, MAC2STR(dhcp->hw_addr)); in fils_dhcp_handler()
240 if (hapd->conf->dhcp_rapid_commit_proxy && msgtype == DHCPOFFER && in fils_dhcp_handler()
247 } else if (msgtype != DHCPACK) { in fils_dhcp_handler()
275 if (hapd->conf->dhcp_rapid_commit_proxy && msgtype == DHCPACK && in fils_dhcp_handler()
332 u8 msgtype = 0; in fils_process_hlp_dhcp() local
374 msgtype = pos[0]; in fils_process_hlp_dhcp()
383 wpa_printf(MSG_DEBUG, "FILS: HLP - DHCP message type %u", msgtype); in fils_process_hlp_dhcp()
384 if (msgtype != DHCPDISCOVER) in fils_process_hlp_dhcp()
Ddhcp_snoop.c40 int res, msgtype = 0, prefixlen = 32; in handle_dhcp() local
84 msgtype = opt[2]; in handle_dhcp()
100 if (msgtype == DHCPACK) { in handle_dhcp()
Dwpa_auth_ft.c1024 const char *msgtype, int no_defer) in wpa_ft_rrb_seq_chk() argument
1033 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both)); in wpa_ft_rrb_seq_chk()
1079 MACSTR, msgtype, MAC2STR(src_addr)); in wpa_ft_rrb_seq_chk()
1084 msgtype, MAC2STR(src_addr)); in wpa_ft_rrb_seq_chk()
1094 const char *msgtype) in wpa_ft_rrb_seq_accept() argument
1103 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both)); in wpa_ft_rrb_seq_accept()
3570 const char *msgtype = "pull request"; in wpa_ft_rrb_rx_pull() local
3588 RRB_GET_AUTH(FT_RRB_R0KH_ID, r0kh_id, msgtype, -1); in wpa_ft_rrb_rx_pull()
3596 RRB_GET_AUTH(FT_RRB_R1KH_ID, r1kh_id, msgtype, FT_R1KH_ID_LEN); in wpa_ft_rrb_rx_pull()
3617 auth, auth_len, msgtype, no_defer); in wpa_ft_rrb_rx_pull()
[all …]
/external/kernel-headers/original/uapi/scsi/
Dscsi_netlink.h47 uint16_t msgtype; member
119 (hdr)->msgtype = mtype; \
/external/toybox/toys/pending/
Ddhcp6.c98 uint8_t msgtype, transaction_id[3], options[524]; member
286 mesg.msgtype = type; in send_msg()
305 uint8_t *get_msg_ptr(uint8_t *data, int data_length, int msgtype) in get_msg_ptr() argument
310 if (type == msgtype) return data; in get_msg_ptr()
312 while (type != msgtype) { in get_msg_ptr()
318 if (type == msgtype) return data; in get_msg_ptr()
626 if (mymsg->dhcp6.msgtype == DHCP6ADVERTISE ) { in dhcp6_main()
647 if (mymsg->dhcp6.msgtype == DHCP6REPLY) { in dhcp6_main()
Ddhcpd.c157 uint8_t msgtype; member
971 if (gstate.rcvd.rcvd_pkt6.msgtype < 1) { in read_packet6()
1030 gstate.send.send_pkt6.msgtype = opt; in prepare_send_pkt6()
1609 uint8_t *optptr, msgtype = 0; in dhcpd_main() local
1681 msgtype = 0; in dhcpd_main()
1742 memcpy(&gstate.rqcode, &gstate.rcvd.rcvd_pkt6.msgtype, sizeof(uint8_t)); in dhcpd_main()
2004 msgtype = DHCPOFFER; in dhcpd_main()
2016 msgtype = DHCPNAK; in dhcpd_main()
2017 optptr = set_optval(optptr, DHCP_OPT_MESSAGE_TYPE, &msgtype, 1); in dhcpd_main()
2024 optptr = set_optval(optptr, DHCP_OPT_MESSAGE_TYPE, &msgtype, 1); in dhcpd_main()
[all …]
Ddhcp.c985 static int dhcpc_sendmsg(int msgtype) in dhcpc_sendmsg() argument
1003 pend = dhcpc_addmsgtype(pend, msgtype); in dhcpc_sendmsg()
1007 switch (msgtype) { in dhcpc_sendmsg()
/external/scapy/test/
Danswering_machines.uts78 req = IPv6(dst="::1")/UDP()/DHCP6(msgtype=1)/DHCP6OptClientId(duid=DUID_LLT())
89 req = IPv6(dst="::1")/UDP()/DHCP6(msgtype=11)/DHCP6OptClientId(duid=DUID_LLT())
99 req = IPv6(dst="::1")/UDP()/DHCP6(msgtype=3)/DHCP6OptClientId(duid=DUID_LLT())/DHCP6OptServerId(dui…
Dsslv2.uts50 assert(ch.msgtype == 1)
62 assert(sh.msgtype == 4)
97 assert(mk.msgtype == 2)
126 assert(sv.msgtype == 5)
133 assert(cf.msgtype == 3)
140 assert(rc.msgtype == 7)
148 assert(cc.msgtype == 8)
162 assert(sf.msgtype == 6)
256 ch_pkt.msgtype = 'client_hello'
Dtls.uts800 assert(ch.msgtype == 1)
931 ccs.msgtype == 1
950 assert(tick.msgtype == 4)
1030 ch.msgtype = 'client_hello'
Dregression.uts3963 a.optcode == 19 and a.optlen == 1 and a.msgtype == 11
3966 raw(DHCP6OptReconfMsg(optlen=4, msgtype=5)) == b'\x00\x13\x00\x04\x05'
3970 a.optcode == 19 and a.optlen == 4 and a.msgtype == 5
4421 a.msgtype == 1 and a.trid == 0
4475 a.msgtype == 3 and a.trid == 0
4491 a.msgtype == 4 and a.trid == 0
4507 a.msgtype == 5 and a.trid == 0
4523 a.msgtype == 6 and a.trid == 0
4539 a.msgtype == 7 and a.trid == 0
4560 a.msgtype == 8 and a.trid == 0
[all …]
/external/tcpdump/
Dprint-fr.c793 u_int msgtype; in q933_print() local
843 msgtype = *p; in q933_print()
922 "unknown message", msgtype), in q933_print()
923 msgtype, in q933_print()
928 "unknown message 0x%02x", msgtype))); in q933_print()
/external/curl/lib/
Dopenldap.c477 int binary = 0, msgtype; in ldap_recv() local
480 msgtype = ldap_msgtype(ent); in ldap_recv()
481 if(msgtype == LDAP_RES_SEARCH_RESULT) { in ldap_recv()
507 else if(msgtype != LDAP_RES_SEARCH_ENTRY) in ldap_recv()
/external/scapy/scapy/layers/tls/
Drecord_sslv2.py38 msgtype = orb(m[0])
39 cls = _sslv2_handshake_cls.get(msgtype, Raw)
Dextensions.py651 cls = _tls_ext_keyshare_cls.get(pkt.msgtype, TLS_Ext_Unknown)
654 cls = _tls_ext_presharedkey_cls.get(pkt.msgtype, TLS_Ext_Unknown)
Drecord.py86 msgtype = orb(m[0])
87 cls = _tls_handshake_cls.get(msgtype, Raw)
/external/python/cpython2/Doc/library/
Dmultifile.rst172 msgtype = msg.gettype()
176 if msgtype[:10] == "multipart/":
/external/autotest/server/
Dserver_job.py1021 timestamp, msgtype, msg = line.split('\t', 2)
1024 if self.warning_manager.is_valid(timestamp, msgtype):