示例#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);