#include <string>
#include "base/os.h"
#include <sys/socket.h>
#include <boost/bind.hpp>
#include <base/logging.h>
#include <db/db.h>
#include <db/db_entry.h>
#include <db/db_table.h>
#include <db/db_table_partition.h>
#include "ksync_index.h"
#include "ksync_entry.h"
#include "ksync_object.h"
#include "ksync_sock.h"
#include "ksync_sock_user.h"
#include "ksync_types.h"
#include "nl_util.h"
#include "udp_util.h"
#include "vr_genetlink.h"
#include "vr_types.h"
Go to the source code of this file.
|
typedef
boost::asio::detail::socket_option::integer
< SOL_SOCKET, SO_RCVBUFFORCE > | ReceiveBuffForceSize |
|
typedef boost::asio::detail::socket_option::integer<SOL_SOCKET, SO_RCVBUFFORCE> ReceiveBuffForceSize |
void DecodeSandeshMessages |
( |
char * |
buf, |
|
|
uint32_t |
buf_len, |
|
|
SandeshContext * |
sandesh_context, |
|
|
uint32_t |
alignment |
|
) |
| |
void GetNetlinkPayload |
( |
char * |
data, |
|
|
char ** |
buf, |
|
|
uint32_t * |
buf_len |
|
) |
| |
uint32_t GetNetlinkSeqno |
( |
char * |
data | ) |
|
void InitNetlink |
( |
nl_client * |
client | ) |
|
bool NetlinkMsgDone |
( |
char * |
data | ) |
|
void ResetNetlink |
( |
nl_client * |
client | ) |
|
void UpdateNetlink |
( |
nl_client * |
client, |
|
|
uint32_t |
len, |
|
|
uint32_t |
seq_no |
|
) |
| |
bool ValidateNetlink |
( |
char * |
data | ) |
|