Searched refs:isns_req (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/ctld/ |
H A D | isns.h | 70 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 …]
|
H A D | isns.c | 46 struct isns_req * 49 struct isns_req *req; in isns_req_alloc() 51 req = calloc(1, sizeof(struct isns_req)); 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() 110 isns_req_add(struct isns_req *req, uint32_t tag, uint32_t len, in isns_req_add() 128 isns_req_add_delim(struct isns_req *req) in isns_req_add_delim() 135 isns_req_add_str(struct isns_req *req, uint32_t tag, const char *value) in isns_req_add_str() [all …]
|
H A D | ctld.c | 811 struct isns_req *req; in isns_do_register() 868 struct isns_req *req; in isns_do_check() 901 struct isns_req *req; in isns_do_deregister()
|