Home
last modified time | relevance | path

Searched refs:reply_msg (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dmisc_rpc.c86 struct rpc_msg reply_msg; in pickup_rpc_reply() local
90 memset((voidp) &reply_msg, 0, sizeof(reply_msg)); in pickup_rpc_reply()
93 reply_msg.acpted_rply.ar_results.where = where; in pickup_rpc_reply()
94 reply_msg.acpted_rply.ar_results.proc = where_xdr; in pickup_rpc_reply()
98 ok = xdr_replymsg(&reply_xdr, &reply_msg); in pickup_rpc_reply()
103 _seterr_reply(&reply_msg, &err); in pickup_rpc_reply()
110 if (reply_msg.rm_reply.rp_stat == MSG_ACCEPTED && in pickup_rpc_reply()
111 reply_msg.acpted_rply.ar_verf.oa_base) { in pickup_rpc_reply()
114 &reply_msg.acpted_rply.ar_verf); in pickup_rpc_reply()
/netbsd-src/external/mpl/dhcp/dist/tests/DHCPv6/
H A D000-badmsgtype.pl77 my $reply_msg;
132 $reply_msg = dhcp_client::msg::decode($reply);
133 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
134 ($reply_msg->{msg_type} == $MSG_REPLY)) {
140 } until ($reply_msg ||
144 unless ($reply_msg) {
154 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D290-decline-nohost.pl86 my $reply_msg;
143 $reply_msg = dhcp_client::msg::decode($reply, 1);
144 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
145 ($reply_msg->{msg_type} == $MSG_REPLY)) {
151 } until ($reply_msg ||
155 unless ($reply_msg) {
165 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D020-advertise-mcast.pl77 my $reply_msg;
132 $reply_msg = dhcp_client::msg::decode($reply);
133 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
134 ($reply_msg->{msg_type} == $MSG_REPLY)) {
140 } until ($reply_msg ||
144 unless ($reply_msg) {
154 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D280-release-nohost.pl86 my $reply_msg;
143 $reply_msg = dhcp_client::msg::decode($reply, 1);
144 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
145 ($reply_msg->{msg_type} == $MSG_REPLY)) {
151 } until ($reply_msg ||
155 unless ($reply_msg) {
165 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D282-release-no-address.pl94 my $reply_msg;
151 $reply_msg = dhcp_client::msg::decode($reply, 1);
152 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
153 ($reply_msg->{msg_type} == $MSG_REPLY)) {
159 } until ($reply_msg ||
163 unless ($reply_msg) {
173 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D292-decline-no-address.pl94 my $reply_msg;
151 $reply_msg = dhcp_client::msg::decode($reply, 1);
152 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
153 ($reply_msg->{msg_type} == $MSG_REPLY)) {
159 } until ($reply_msg ||
163 unless ($reply_msg) {
173 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D283-release.pl100 my $reply_msg;
157 $reply_msg = dhcp_client::msg::decode($reply, 1);
158 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
159 ($reply_msg->{msg_type} == $MSG_REPLY)) {
165 } until ($reply_msg ||
169 unless ($reply_msg) {
179 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D293-decline.pl100 my $reply_msg;
157 $reply_msg = dhcp_client::msg::decode($reply, 1);
158 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
159 ($reply_msg->{msg_type} == $MSG_REPLY)) {
165 } until ($reply_msg ||
169 unless ($reply_msg) {
179 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D281-release-bad-address.pl98 my $reply_msg;
155 $reply_msg = dhcp_client::msg::decode($reply, 1);
156 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
157 ($reply_msg->{msg_type} == $MSG_REPLY)) {
163 } until ($reply_msg ||
167 unless ($reply_msg) {
177 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D291-decline-bad-address.pl98 my $reply_msg;
155 $reply_msg = dhcp_client::msg::decode($reply, 1);
156 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
157 ($reply_msg->{msg_type} == $MSG_REPLY)) {
163 } until ($reply_msg ||
167 unless ($reply_msg) {
177 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D210-solicit-nohost.pl123 my $reply_msg;
180 $reply_msg = dhcp_client::msg::decode($reply, 1);
181 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
182 ($reply_msg->{msg_type} == $MSG_REPLY)) {
188 } until ($reply_msg ||
192 unless ($reply_msg) {
202 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D032-request-badduid.pl127 my $reply_msg;
184 $reply_msg = dhcp_client::msg::decode($reply);
185 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
186 ($reply_msg->{msg_type} == $MSG_REPLY)) {
192 } until ($reply_msg ||
196 unless ($reply_msg) {
206 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D010-solicit-noclientid.pl123 my $reply_msg;
180 $reply_msg = dhcp_client::msg::decode($reply);
181 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
182 ($reply_msg->{msg_type} == $MSG_REPLY)) {
188 } until ($reply_msg ||
192 unless ($reply_msg) {
202 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D030-request-noclientid.pl123 my $reply_msg;
180 $reply_msg = dhcp_client::msg::decode($reply);
181 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
182 ($reply_msg->{msg_type} == $MSG_REPLY)) {
188 } until ($reply_msg ||
192 unless ($reply_msg) {
202 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A Dstubcli.pl123 my $reply_msg;
180 $reply_msg = dhcp_client::msg::decode($reply, 1);
181 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
182 ($reply_msg->{msg_type} == $MSG_REPLY)) {
188 } until ($reply_msg ||
192 unless ($reply_msg) {
202 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D011-solicit-serverid.pl126 my $reply_msg;
183 $reply_msg = dhcp_client::msg::decode($reply);
184 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
185 ($reply_msg->{msg_type} == $MSG_REPLY)) {
191 } until ($reply_msg ||
195 unless ($reply_msg) {
205 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D112-badduid.pl119 my $reply_msg;
176 $reply_msg = dhcp_client::msg::decode($reply);
177 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
178 ($reply_msg->{msg_type} == $MSG_REPLY)) {
184 } until ($reply_msg ||
188 unless ($reply_msg) {
198 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D031-request-noserverid.pl123 my $reply_msg;
180 $reply_msg = dhcp_client::msg::decode($reply);
181 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
182 ($reply_msg->{msg_type} == $MSG_REPLY)) {
188 } until ($reply_msg ||
192 unless ($reply_msg) {
202 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D111-information-request-ia_ta.pl123 my $reply_msg;
180 $reply_msg = dhcp_client::msg::decode($reply);
181 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
182 ($reply_msg->{msg_type} == $MSG_REPLY)) {
188 } until ($reply_msg ||
192 unless ($reply_msg) {
202 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D110-information-request-ia_na.pl123 my $reply_msg;
180 $reply_msg = dhcp_client::msg::decode($reply);
181 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
182 ($reply_msg->{msg_type} == $MSG_REPLY)) {
188 } until ($reply_msg ||
192 unless ($reply_msg) {
202 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D211-solicit-opt-in-na.pl129 my $reply_msg;
186 $reply_msg = dhcp_client::msg::decode($reply, 1);
187 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
188 ($reply_msg->{msg_type} == $MSG_REPLY)) {
194 } until ($reply_msg ||
198 unless ($reply_msg) {
208 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A Dstubcli-opt-in-na.pl128 my $reply_msg;
185 $reply_msg = dhcp_client::msg::decode($reply, 1);
186 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
187 ($reply_msg->{msg_type} == $MSG_REPLY)) {
193 } until ($reply_msg ||
197 unless ($reply_msg) {
207 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
H A D212-solicit-opt-in-na-norapidcommit.pl129 my $reply_msg;
186 $reply_msg = dhcp_client::msg::decode($reply, 1);
187 if (($reply_msg->{msg_type} == $MSG_ADVERTISE) ||
188 ($reply_msg->{msg_type} == $MSG_REPLY)) {
194 } until ($reply_msg ||
198 unless ($reply_msg) {
208 if ($reply_msg && ($reply_msg->{msg_type} == $MSG_REPLY)) {
/netbsd-src/lib/libc/rpc/
H A Dclnt_dg.c321 struct rpc_msg reply_msg; in clnt_dg_call() local
397 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_dg_call()
398 reply_msg.acpted_rply.ar_results.where = resultsp; in clnt_dg_call()
399 reply_msg.acpted_rply.ar_results.proc = xresults; in clnt_dg_call()
464 ok = xdr_replymsg(&reply_xdrs, &reply_msg); in clnt_dg_call()
467 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_dg_call()
468 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_dg_call()
471 _seterr_reply(&reply_msg, &(cu->cu_error)); in clnt_dg_call()
475 &reply_msg.acpted_rply.ar_verf)) { in clnt_dg_call()
479 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_dg_call()
[all …]

12