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

/freebsd-11-stable/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.c49 struct isns_req *
52 struct isns_req *req;
54 req = calloc(sizeof(struct isns_req), 1);
70 struct isns_req *
73 struct isns_req *req;
86 isns_req_free(struct isns_req *req)
94 isns_req_getspace(struct isns_req *req, uint32_t len)
113 isns_req_add(struct isns_req *req, uint32_t tag, uint32_t len,
131 isns_req_add_delim(struct isns_req *req)
138 isns_req_add_str(struct isns_req *re
[all...]
H A Dctld.c810 struct isns_req *req;
867 struct isns_req *req;
900 struct isns_req *req;

Completed in 108 milliseconds