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

/freebsd-current/usr.sbin/ctld/
H A Disns.h70 struct isns_req { struct
76 struct isns_req * isns_req_alloc(void);
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 *re
[all...]
H A Disns.c46 struct isns_req *
49 struct isns_req *req;
51 req = calloc(sizeof(struct isns_req), 1);
67 struct isns_req *
70 struct isns_req *req;
83 isns_req_free(struct isns_req *req)
91 isns_req_getspace(struct isns_req *req, uint32_t len)
110 isns_req_add(struct isns_req *req, uint32_t tag, uint32_t len,
128 isns_req_add_delim(struct isns_req *req)
135 isns_req_add_str(struct isns_req *re
[all...]
H A Dctld.c815 struct isns_req *req;
872 struct isns_req *req;
905 struct isns_req *req;

Completed in 110 milliseconds