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