OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pdu_p
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libisns/
isns_util.c
252
struct isns_pdu_s *
pdu_p
, *free_pdu_p;
local in function:isns_process_connection_loss
272
pdu_p
= trans_p->pdu_rsp_list;
273
while (
pdu_p
!= NULL) {
274
free_pdu_p =
pdu_p
;
275
pdu_p
=
pdu_p
->next;
isns_task.c
198
struct isns_pdu_s *
pdu_p
; /* points to first pdu in pdu_req_list */
local in function:isns_task_send_pdu
210
pdu_p
= task_p->var.send_pdu.
pdu_p
;
212
while (
pdu_p
!= NULL) {
214
if (
pdu_p
->byteorder_host) {
215
pdu_p
->hdr.isnsp_version = isns_htons(
pdu_p
->hdr.
217
pdu_p
->hdr.func_id = isns_htons(
pdu_p
->hdr.func_id);
218
pdu_p
->hdr.payload_len = isns_htons(pdu_p->hdr
[
all
...]
isns_task.h
51
struct isns_pdu_s *
pdu_p
;
member in struct:isns_task_var_u::__anon01da417b0108
isns_pdu.h
153
struct isns_pdu_s *
pdu_p
;
member in struct:isns_get_tlv_info_s
isns_thread.c
189
struct isns_pdu_s *
pdu_p
;
local in function:isns_is_trans_complete
192
pdu_p
= trans_p->pdu_rsp_list;
194
while (
pdu_p
->next != NULL) {
195
if (
pdu_p
->hdr.seq_id != count++) return 0;
196
pdu_p
=
pdu_p
->next;
198
if ((
pdu_p
->hdr.seq_id != count) ||
199
!(
pdu_p
->hdr.flags & ISNS_FLAG_LAST_PDU))
209
isns_is_valid_resp(struct isns_trans_s *trans_p, struct isns_pdu_s *
pdu_p
)
213
if (
pdu_p
->hdr.trans_id != trans_p->id
263
struct isns_pdu_s *
pdu_p
;
local in function:isns_kevent_socket
[
all
...]
isns_pdu.c
364
struct isns_pdu_s *
pdu_p
;
local in function:isns_new_trans
387
trans_p->get_tlv_info.
pdu_p
= NULL;
409
pdu_p
= isns_new_pdu(trans_p->cfg_p, trans_p->id, func_id, pdu_flags);
410
if (
pdu_p
== NULL) {
416
isns_add_pdu_request((ISNS_TRANS)trans_p,
pdu_p
);
431
struct isns_pdu_s *
pdu_p
;
local in function:isns_free_trans
450
while ((
pdu_p
= trans_p->pdu_req_list) != NULL) {
451
trans_p->pdu_req_list =
pdu_p
->next;
452
isns_free_pdu(
pdu_p
);
456
while ((
pdu_p
= trans_p->pdu_rsp_list) != NULL)
489
struct isns_pdu_s *
pdu_p
;
local in function:isns_send_trans
638
struct isns_pdu_s *
pdu_p
;
local in function:isns_get_tlv
759
struct isns_pdu_s *
pdu_p
;
local in function:isns_get_pdu_request_tail
882
struct isns_pdu_s *
pdu_p
;
local in function:isns_init_pdu
928
struct isns_pdu_s *
pdu_p
, *new_
pdu_p
;
local in function:isns_add_pdu_payload_data
1140
struct isns_pdu_s *
pdu_p
;
local in function:isns_get_pdu_response_status
[
all
...]
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025