| /netbsd-src/external/bsd/am-utils/dist/libamu/ |
| H A D | misc_rpc.c | 86 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 D | 000-badmsgtype.pl | 77 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 D | 290-decline-nohost.pl | 86 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 D | 020-advertise-mcast.pl | 77 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 D | 280-release-nohost.pl | 86 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 D | 282-release-no-address.pl | 94 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 D | 292-decline-no-address.pl | 94 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 D | 283-release.pl | 100 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 D | 293-decline.pl | 100 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 D | 281-release-bad-address.pl | 98 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 D | 291-decline-bad-address.pl | 98 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 D | 210-solicit-nohost.pl | 123 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 D | 032-request-badduid.pl | 127 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 D | 010-solicit-noclientid.pl | 123 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 D | 030-request-noclientid.pl | 123 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 D | stubcli.pl | 123 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 D | 011-solicit-serverid.pl | 126 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 D | 112-badduid.pl | 119 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 D | 031-request-noserverid.pl | 123 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 D | 111-information-request-ia_ta.pl | 123 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 D | 110-information-request-ia_na.pl | 123 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 D | 211-solicit-opt-in-na.pl | 129 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 D | stubcli-opt-in-na.pl | 128 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 D | 212-solicit-opt-in-na-norapidcommit.pl | 129 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 D | clnt_dg.c | 321 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 …]
|