Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ctld/
H A Disns.cc46 isns_req::isns_req(uint16_t func, uint16_t flags, const char *descr) in isns_req() function in isns_req
58 isns_req::getspace(uint32_t len) in getspace()
64 isns_req::append(const void *buf, size_t len) in append()
71 isns_req::add(uint32_t tag, uint32_t len, const void *value) in add()
87 isns_req::add_delim() in add_delim()
93 isns_req::add_str(uint32_t tag, const char *value) in add_str()
100 isns_req::add_32(uint32_t tag, uint32_t value) in add_32()
109 isns_req::add_addr(uint32_t tag, const struct addrinfo *ai) in add_addr()
135 isns_req::add_port(uint32_t tag, const struct addrinfo *ai) in add_port()
159 isns_req::send(int s) in send()
[all …]
H A Disns.hh72 struct isns_req { struct
73 isns_req() {} in isns_req() argument
74 isns_req(uint16_t func, uint16_t flags, const char *descr);
H A Dctld.hh60 struct isns_req;
451 bool send_request(int s, struct isns_req req);
520 struct isns_req isns_register_request(const char *hostname);
521 struct isns_req isns_check_request(const char *hostname);
522 struct isns_req isns_deregister_request(const char *hostname);
H A Dctld.cc895 isns::send_request(int s, struct isns_req req) in send_request()
914 struct isns_req
919 isns_req req(ISNS_FUNC_DEVATTRREG, ISNS_FLAG_CLIENT, "register"); in isns_register_request()
956 struct isns_req
959 isns_req req(ISNS_FUNC_DEVATTRQRY, ISNS_FLAG_CLIENT, "check"); in isns_check_request()
967 struct isns_req
970 isns_req req(ISNS_FUNC_DEVDEREG, ISNS_FLAG_CLIENT, "deregister"); in isns_deregister_request()