Searched defs:sk (Results 1 - 8 of 8) sorted by relevance

/openwrt/package/libs/libnl-tiny/src/include/netlink/
H A Dnetlink.h72 static inline int nl_recvmsgs_default(struct nl_sock *sk) argument
H A Dsocket.h68 static inline unsigned int nl_socket_use_seq(struct nl_sock *sk) argument
85 static inline void nl_socket_disable_auto_ack(struct nl_sock *sk) argument
95 static inline void nl_socket_enable_auto_ack(struct nl_sock *sk) argument
105 static inline uint32_t nl_socket_get_local_port(struct nl_sock *sk) argument
119 nl_join_groups(struct nl_sock *sk, int groups) argument
129 nl_socket_get_peer_port(struct nl_sock *sk) argument
134 nl_socket_set_peer_port(struct nl_sock *sk, uint32_t port) argument
146 nl_socket_get_fd(struct nl_sock *sk) argument
155 nl_socket_enable_msg_peek(struct nl_sock *sk) argument
164 nl_socket_disable_msg_peek(struct nl_sock *sk) argument
174 nl_socket_get_cb(struct nl_sock *sk) argument
179 nl_socket_set_cb(struct nl_sock *sk, struct nl_cb *cb) argument
195 nl_socket_modify_cb(struct nl_sock *sk, enum nl_cb_type type, enum nl_cb_kind kind, nl_recvmsg_msg_cb_t func, void *arg) argument
204 nl_socket_add_membership(struct nl_sock *sk, int group) argument
210 nl_socket_drop_membership(struct nl_sock *sk, int group) argument
[all...]
/openwrt/package/libs/libnl-tiny/src/
H A Dgenl.c102 int genl_connect(struct nl_sock *sk) argument
127 int genl_send_simple(struct nl_sock *sk, int family, int cmd, argument
H A Dcache.c219 int nl_cache_request_full_dump(struct nl_sock *sk, struct nl_cache *cache) argument
244 int __cache_pickup(struct nl_sock *sk, struct nl_cache *cache, argument
289 int nl_cache_pickup(struct nl_sock *sk, struct nl_cache *cache) argument
361 nl_cache_refill(struct nl_sock *sk, struct nl_cache *cache) argument
[all...]
H A Dgenl_ctrl.c222 int genl_ctrl_resolve(struct nl_sock *sk, const char *name) argument
H A Dnl.c106 nl_connect(struct nl_sock *sk, int protocol) argument
162 nl_close(struct nl_sock *sk) argument
186 nl_sendto(struct nl_sock *sk, void *buf, size_t size) argument
205 nl_sendmsg(struct nl_sock *sk, struct nl_msg *msg, struct msghdr *hdr) argument
240 nl_send(struct nl_sock *sk, struct nl_msg *msg) argument
288 nl_send_auto_complete(struct nl_sock *sk, struct nl_msg *msg) argument
328 nl_send_simple(struct nl_sock *sk, int type, int flags, void *buf, size_t size) argument
378 nl_recv(struct nl_sock *sk, struct sockaddr_nl *nla, unsigned char **buf, struct ucred **creds) argument
485 recvmsgs(struct nl_sock *sk, struct nl_cb *cb) argument
680 nl_recvmsgs(struct nl_sock *sk, struct nl_cb *cb) argument
702 nl_wait_for_ack(struct nl_sock *sk) argument
[all...]
H A Dsocket.c72 struct nl_sock *sk; local
129 nl_socket_free(struct nl_sock *sk) argument
168 nl_socket_disable_seq_check(struct nl_sock *sk) argument
184 nl_socket_set_local_port(struct nl_sock *sk, uint32_t port) argument
221 nl_socket_add_memberships(struct nl_sock *sk, int group, ...) argument
260 nl_socket_drop_memberships(struct nl_sock *sk, int group, ...) argument
296 nl_socket_set_nonblocking(struct nl_sock *sk) argument
327 nl_socket_set_buffer_size(struct nl_sock *sk, int rxbuf, int txbuf) argument
362 nl_socket_set_passcred(struct nl_sock *sk, int state) argument
389 nl_socket_recv_pktinfo(struct nl_sock *sk, int state) argument
[all...]
/openwrt/package/libs/libnl-tiny/src/include/
H A Dnetlink-local.h150 static inline int wait_for_ack(struct nl_sock *sk) argument

Completed in 116 milliseconds