Home | History | Annotate | Download | only in common

Lines Matching refs:Result

19 #include "result.h"
36 Result open(int domain, int type, int protocol);
38 Result bind(const void* sockaddr, size_t sockaddrLength);
40 Result bindIp(in_addr_t address, uint16_t port);
42 Result bindRaw(unsigned int interfaceIndex);
46 Result sendOnInterface(unsigned int interfaceIndex,
54 Result sendRawUdp(in_addr_t source,
62 Result receiveFromInterface(Message* message, unsigned int* interfaceIndex);
68 // only return an error result if the actual receiving fails.
69 Result receiveRawUdp(uint16_t expectedPort,
74 Result enableOption(int level, int optionName);