Searched refs:rspn (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-proxied-https-auth.px47 my $rspn;
56 $rspn = HTTP::Response->new(200, 'OK');
57 $conn->send_response($rspn);
78 $rspn = HTTP::Response->new(401, 'Unauthorized', [
82 $rspn->protocol('HTTP/1.0');
83 print $rspn->as_string;
84 print $conn $rspn->as_string;
88 $rspn = HTTP::Response->new(200, 'OK', [
92 $rspn->protocol('HTTP/1.0');
94 print $rspn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_ct.c1224 CtReq->un.rspn.PortId = cpu_to_be32(vport->fc_myDID);
1225 size = sizeof(CtReq->un.rspn.symbname);
1226 CtReq->un.rspn.len =
1228 CtReq->un.rspn.symbname, size);
H A Dlpfc_hw.h148 struct rspn { /* For RSPN_ID requests */ struct in union:lpfc_sli_ct_request::__anon14597
152 } rspn; member in union:lpfc_sli_ct_request::__anon14597
185 sizeof(struct rspn))

Completed in 45 milliseconds