예제 #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);