Home
last modified time | relevance | path

Searched refs:isns_req (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ctld/
H A Disns.h70 struct isns_req { struct
76 struct isns_req * isns_req_alloc(void); argument
77 struct isns_req * isns_req_create(uint16_t func, uint16_t flags);
78 void isns_req_free(struct isns_req *req);
79 void isns_req_add(struct isns_req *req, uint32_t tag, uint32_t len,
81 void isns_req_add_delim(struct isns_req *req);
82 void isns_req_add_str(struct isns_req *req, uint32_t tag, const char *value);
83 void isns_req_add_32(struct isns_req *req, uint32_t tag, uint32_t value);
86 int isns_req_send(int s, struct isns_req *req);
87 int isns_req_receive(int s, struct isns_req *req);
[all …]
H A Disns.c46 struct isns_req *
49 struct isns_req *req; in isns_req_alloc()
51 req = calloc(sizeof(struct isns_req), 1); in isns_req_alloc()
67 struct isns_req *
70 struct isns_req *req; in isns_req_create()
83 isns_req_free(struct isns_req *req) in isns_req_free()
91 isns_req_getspace(struct isns_req *req, uint32_t len) in isns_req_getspace()
128 isns_req_add_delim(struct isns_req *req) in isns_req_add_delim()
201 isns_req_send(int s, struct isns_req *req) in isns_req_send()
218 isns_req_receive(int s, struct isns_req *req) in isns_req_receive()
[all …]
H A Dctld.c815 struct isns_req *req; in isns_do_register()
872 struct isns_req *req; in isns_do_check()
905 struct isns_req *req; in isns_do_deregister()