Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/ctld/
HDisns.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);
84 void isns_req_add_addr(struct isns_req *req, uint32_t tag, struct addrinfo *ai);
85 void isns_req_add_port(struct isns_req *req, uint32_t tag, struct addrinfo *ai);
[all …]
HDisns.c47 struct isns_req *
50 struct isns_req *req; in isns_req_alloc()
52 req = calloc(1, sizeof(struct isns_req)); in isns_req_alloc()
68 struct isns_req *
71 struct isns_req *req; in isns_req_create()
84 isns_req_free(struct isns_req *req) in isns_req_free()
92 isns_req_getspace(struct isns_req *req, uint32_t len) in isns_req_getspace()
111 isns_req_add(struct isns_req *req, uint32_t tag, uint32_t len, in isns_req_add()
129 isns_req_add_delim(struct isns_req *req) in isns_req_add_delim()
136 isns_req_add_str(struct isns_req *req, uint32_t tag, const char *value) in isns_req_add_str()
[all …]
HDctld.c816 struct isns_req *req; in isns_do_register()
873 struct isns_req *req; in isns_do_check()
906 struct isns_req *req; in isns_do_deregister()