Home
last modified time | relevance | path

Searched refs:msg_type (Results 1 – 25 of 96) sorted by relevance

1234

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DCompCom.cc122 msg->msg_type = elf->decode (p->msg_type); in compcom_format()
126 int vindex = ccm_vis_index (msg->msg_type); in compcom_format()
148 int plist_idx = ccm_paramlist_index (msg->msg_type); in compcom_format()
167 int prm_cnt = ccm_num_params (msg->msg_type); in compcom_format()
172 prm_cnt, msg->nparam, msg->msg_type, ccm_attrs[vindex].msg); in compcom_format()
178 prim_ty = ccm_param_primtype (msg->msg_type, i + 1); in compcom_format()
201 hightype = ccm_param_hightype (msg->msg_type, i + 1); in compcom_format()
217 prim_ty = ccm_param_primtype (msg->msg_type, i + 1); in compcom_format()
245 prim_ty = ccm_param_primtype (msg->msg_type, plist_idx); in compcom_format()
272 prim_ty = ccm_param_primtype (msg->msg_type, i + 1); in compcom_format()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DCompCom.cc122 msg->msg_type = elf->decode (p->msg_type); in compcom_format()
126 int vindex = ccm_vis_index (msg->msg_type); in compcom_format()
148 int plist_idx = ccm_paramlist_index (msg->msg_type); in compcom_format()
167 int prm_cnt = ccm_num_params (msg->msg_type); in compcom_format()
172 prm_cnt, msg->nparam, msg->msg_type, ccm_attrs[vindex].msg); in compcom_format()
178 prim_ty = ccm_param_primtype (msg->msg_type, i + 1); in compcom_format()
201 hightype = ccm_param_hightype (msg->msg_type, i + 1); in compcom_format()
217 prim_ty = ccm_param_primtype (msg->msg_type, i + 1); in compcom_format()
245 prim_ty = ccm_param_primtype (msg->msg_type, plist_idx); in compcom_format()
272 prim_ty = ccm_param_primtype (msg->msg_type, i + 1); in compcom_format()
[all …]
/netbsd-src/external/mpl/dhcp/dist/tests/DHCPv6/
H A Ddhcp_client.pm245 my ($pkg, $msg_type, $trans_id) = @_;
250 $this->{msg_type} = $msg_type+0;
295 $packet .= chr($this->{msg_type});
433 my $msg_type = ord(substr($packet, 0, 1));
435 my $msg = dhcp_client::msg->new($msg_type, $trans_id);
439 print " Message type: $msg_num_type{$msg_type}\n";
H A D000-badmsgtype.pl133 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
134 ($reply_msg->{msg_type} == $MSG_REPLY)) {
154 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D290-decline-nohost.pl144 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
145 ($reply_msg->{msg_type} == $MSG_REPLY)) {
165 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D020-advertise-mcast.pl133 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
134 ($reply_msg->{msg_type} == $MSG_REPLY)) {
154 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D280-release-nohost.pl144 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
145 ($reply_msg->{msg_type} == $MSG_REPLY)) {
165 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D282-release-no-address.pl152 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
153 ($reply_msg->{msg_type} == $MSG_REPLY)) {
173 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D292-decline-no-address.pl152 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
153 ($reply_msg->{msg_type} == $MSG_REPLY)) {
173 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D283-release.pl158 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
159 ($reply_msg->{msg_type} == $MSG_REPLY)) {
179 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D293-decline.pl158 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
159 ($reply_msg->{msg_type} == $MSG_REPLY)) {
179 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D281-release-bad-address.pl156 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
157 ($reply_msg->{msg_type} == $MSG_REPLY)) {
177 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D291-decline-bad-address.pl156 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
157 ($reply_msg->{msg_type} == $MSG_REPLY)) {
177 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D210-solicit-nohost.pl181 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
182 ($reply_msg->{msg_type} == $MSG_REPLY)) {
202 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D032-request-badduid.pl185 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
186 ($reply_msg->{msg_type} == $MSG_REPLY)) {
206 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D010-solicit-noclientid.pl181 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
182 ($reply_msg->{msg_type} == $MSG_REPLY)) {
202 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D030-request-noclientid.pl181 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
182 ($reply_msg->{msg_type} == $MSG_REPLY)) {
202 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A Dstubcli.pl181 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
182 ($reply_msg->{msg_type} == $MSG_REPLY)) {
202 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D011-solicit-serverid.pl184 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
185 ($reply_msg->{msg_type} == $MSG_REPLY)) {
205 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D112-badduid.pl177 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
178 ($reply_msg->{msg_type} == $MSG_REPLY)) {
198 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D031-request-noserverid.pl181 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
182 ($reply_msg->{msg_type} == $MSG_REPLY)) {
202 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D111-information-request-ia_ta.pl181 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
182 ($reply_msg->{msg_type} == $MSG_REPLY)) {
202 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D110-information-request-ia_na.pl181 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
182 ($reply_msg->{msg_type} == $MSG_REPLY)) {
202 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
/netbsd-src/external/bsd/wpa/dist/src/wps/
H A Dwps_validate.c545 static int wps_validate_msg_type(const u8 *msg_type, int mandatory) in wps_validate_msg_type() argument
547 if (msg_type == NULL) { in wps_validate_msg_type()
555 if (*msg_type < WPS_Beacon || *msg_type > WPS_WSC_DONE) { in wps_validate_msg_type()
557 "attribute value 0x%x", *msg_type); in wps_validate_msg_type()
1302 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m1()
1358 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m2()
1413 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m2d()
1465 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m3()
1501 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m4()
1570 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m5()
[all …]
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcp6.h230 unsigned char msg_type; member
242 unsigned char msg_type; member
254 unsigned char msg_type; member

1234