|
int | mnl_socket_get_fd (const struct mnl_socket *nl) |
|
unsigned int | mnl_socket_get_portid (const struct mnl_socket *nl) |
|
struct mnl_socket * | mnl_socket_open (int bus) |
|
struct mnl_socket * | mnl_socket_open2 (int bus, int flags) |
|
struct mnl_socket * | mnl_socket_fdopen (int fd) |
|
int | mnl_socket_bind (struct mnl_socket *nl, unsigned int groups, pid_t pid) |
|
ssize_t | mnl_socket_sendto (const struct mnl_socket *nl, const void *buf, size_t len) |
|
ssize_t | mnl_socket_recvfrom (const struct mnl_socket *nl, void *buf, size_t bufsiz) |
|
int | mnl_socket_close (struct mnl_socket *nl) |
|
int | mnl_socket_setsockopt (const struct mnl_socket *nl, int type, void *buf, socklen_t len) |
|
int | mnl_socket_getsockopt (const struct mnl_socket *nl, int type, void *buf, socklen_t *len) |
|