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

/freebsd-10.2-release/usr.sbin/ctld/
H A Disns.h72 struct isns_req { struct
78 struct isns_req * isns_req_alloc(void);
79 struct isns_req * isns_req_create(uint16_t func, uint16_t flags);
80 void isns_req_free(struct isns_req *req);
81 void isns_req_add(struct isns_req *req, uint32_t tag, uint32_t len,
83 void isns_req_add_delim(struct isns_req *req);
84 void isns_req_add_str(struct isns_req *req, uint32_t tag, const char *value);
85 void isns_req_add_32(struct isns_req *req, uint32_t tag, uint32_t value);
86 void isns_req_add_addr(struct isns_req *req, uint32_t tag, struct addrinfo *ai);
87 void isns_req_add_port(struct isns_req *re
[all...]
H A Disns.c53 struct isns_req *
56 struct isns_req *req;
58 req = calloc(sizeof(struct isns_req), 1);
74 struct isns_req *
77 struct isns_req *req;
90 isns_req_free(struct isns_req *req)
98 isns_req_getspace(struct isns_req *req, uint32_t len)
117 isns_req_add(struct isns_req *req, uint32_t tag, uint32_t len,
135 isns_req_add_delim(struct isns_req *req)
142 isns_req_add_str(struct isns_req *re
[all...]
H A Dctld.c799 struct isns_req *req;
856 struct isns_req *req;
889 struct isns_req *req;

Completed in 164 milliseconds