/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | CompCom.cc | 122 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 D | CompCom.cc | 122 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 D | dhcp_client.pm | 245 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 D | 000-badmsgtype.pl | 133 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 D | 290-decline-nohost.pl | 144 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 D | 020-advertise-mcast.pl | 133 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 D | 280-release-nohost.pl | 144 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 D | 282-release-no-address.pl | 152 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 D | 292-decline-no-address.pl | 152 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 D | 283-release.pl | 158 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 D | 293-decline.pl | 158 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 D | 281-release-bad-address.pl | 156 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 D | 291-decline-bad-address.pl | 156 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 D | 210-solicit-nohost.pl | 181 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 D | 032-request-badduid.pl | 185 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 D | 010-solicit-noclientid.pl | 181 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 D | 030-request-noclientid.pl | 181 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 D | stubcli.pl | 181 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 D | 011-solicit-serverid.pl | 184 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 D | 112-badduid.pl | 177 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 D | 031-request-noserverid.pl | 181 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 D | 111-information-request-ia_ta.pl | 181 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 D | 110-information-request-ia_na.pl | 181 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 D | wps_validate.c | 545 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 D | dhcp6.h | 230 unsigned char msg_type; member 242 unsigned char msg_type; member 254 unsigned char msg_type; member
|