Home
last modified time | relevance | path

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

123

/minix3/external/bsd/tcpdump/dist/
H A Dprint-olsr.c91 uint8_t msg_type; member
101 uint8_t msg_type; member
273 u_int msg_type, msg_len, msg_tlen, hello_len; in olsr_print() local
318 msg_type = msgptr.v6->msg_type; in olsr_print()
325 if (msg_type == 0 || msg_len == 0) { in olsr_print()
331 tok2str(olsr_msg_values, "Unknown", msg_type), in olsr_print()
332 msg_type, ip6addr_string(ndo, msgptr.v6->originator), in olsr_print()
349 msg_type = msgptr.v4->msg_type; in olsr_print()
356 if (msg_type == 0 || msg_len == 0) { in olsr_print()
362 tok2str(olsr_msg_values, "Unknown", msg_type), in olsr_print()
[all …]
H A Dprint-geonet.c62 int msg_type; in print_btp_body() local
67 msg_type = bp[1]; in print_btp_body()
68 msg_type_str = tok2str(msg_type_values, "unknown (%u)", msg_type); in print_btp_body()
70 ND_PRINT((ndo, "; ItsPduHeader v:%d t:%d-%s", version, msg_type, msg_type_str)); in print_btp_body()
H A Dprint-lwapp.c69 uint8_t msg_type; member
236 tok2str(lwapp_msg_type_values,"Unknown",lwapp_control_header->msg_type), in lwapp_control_print()
237 lwapp_control_header->msg_type, in lwapp_control_print()
246 switch(lwapp_control_header->msg_type) { in lwapp_control_print()
/minix3/minix/include/minix/
H A Dipcconst.h17 #define _ASSERT_MSG_SIZE(msg_type) \ argument
18 typedef int _ASSERT_##msg_type[/* CONSTCOND */sizeof(msg_type) == 56 ? 1 : -1]
/minix3/external/bsd/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 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 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 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 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 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 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 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 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 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 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 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 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 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 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)) {
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 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 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)) {

123