Пример #1
0
 public static extern int nl_socket_set_msg_buf_size(nl_sock *sk, uint bufsize);
Пример #2
0
 public static extern void nl_complete_msg(nl_sock *sk, nl_msg *msg);
Пример #3
0
 public static extern int nl_cache_refill(nl_sock *sk, nl_cache *cache);
Пример #4
0
 public static extern uint nl_socket_get_peer_port(nl_sock *sk);
Пример #5
0
 public static extern void nl_auto_complete(nl_sock *sk, nl_msg *msg);
Пример #6
0
 public static extern int nl_wait_for_ack(nl_sock *sk);
Пример #7
0
 public static extern uint nl_socket_get_local_port(nl_sock *sk);
Пример #8
0
 public static extern int nl_send_simple(nl_sock *sk, int type, int flags, void *buf, uint size);
Пример #9
0
 public static extern int nl_send(nl_sock *sk, nl_msg *msg);
Пример #10
0
 public static extern int nl_rtgen_request(nl_sock *sk, int type, int family, int flags);
Пример #11
0
 public static extern int nl_send_auto_complete(nl_sock *sk, nl_msg *msg);
Пример #12
0
 public static extern int nl_recvmsgs_default(nl_sock *sk);
Пример #13
0
 public static extern int nl_connect(nl_sock *sk, int protocol);
Пример #14
0
 public static extern int nl_cache_request_full_dump(nl_sock *sk, nl_cache *cache);
Пример #15
0
 public static extern int nl_socket_set_nonblocking(nl_sock *sk);
Пример #16
0
 public static extern int nl_sendto(nl_sock *sk, void *buf, uint size);
Пример #17
0
 public static extern int nl_socket_set_passcred(nl_sock *sk, int state);
Пример #18
0
 public static extern int nl_socket_drop_membership(nl_sock *sk, int group);
Пример #19
0
 public static extern uint nl_socket_get_msg_buf_size(nl_sock *sk);
Пример #20
0
 public static extern int nl_socket_get_fd(nl_sock *sk);
Пример #21
0
 public static extern uint nl_socket_get_peer_groups(nl_sock *sk);
Пример #22
0
 public static extern int nl_socket_recv_pktinfo(nl_sock *sk, int state);
Пример #23
0
 public static extern uint nl_socket_use_seq(nl_sock *sk);
Пример #24
0
 public static extern int nl_socket_set_buffer_size(nl_sock *sk, int rxbuf, int txbuf);
Пример #25
0
 public static extern void nl_close(nl_sock *sk);
Пример #26
0
 public static extern int nl_socket_set_fd(nl_sock *sk, int protocol, int fd);
Пример #27
0
 public static extern void nl_join_groups(nl_sock *sk, int groups);
Пример #28
0
 public static extern int nl_cache_pickup(nl_sock *sk, nl_cache *cache);