43 std::shared_ptr<SOCKADDR>
addr();
50 void write(std::ostream& os = std::cout)
const override;
51 Json::Value
json()
const override;
Interface class for hypervisor events.
Definition Event.hh:43
Definition guest_ptr.hh:88
Helper class to transparently convert between guest size and a value.
Definition guest_size_t_ptr.hh:498
Definition WindowsFunctionCall.hh:31
Handler for ws2_32!accept.
Definition accept.hh:36
static constexpr int ArgumentCount
Definition accept.hh:63
const std::string & function_name() const override
Get the function name.
Json::Value json() const override
Get the function as Json.
guest_ptr< int32_t > paddrlen() const
void write(std::ostream &os=std::cout) const override
Write out a textual representation of the function for display.
static const std::string LibraryName
Definition accept.hh:64
const std::string & library_name() const override
Get the name of the library this call is for.
void paddr(const guest_ptr< void > &paddr)
void result(SOCKET result)
guest_ptr< void > paddr() const
static const std::string FunctionName
Definition accept.hh:65
std::shared_ptr< SOCKADDR > addr()
static SOCKET inject(SOCKET s, const guest_ptr< void > &paddr, const guest_ptr< int32_t > &paddrlen)
void paddrlen(const guest_ptr< int32_t > &paddrlen)
Type-safe guest virtual address pointer and guest_ptr template.
Core IntroVirt classes.
Definition Cr0.hh:20