Searched refs:nl_handle (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ofed/libibverbs/ |
H A D | nl1_compat.h | 12 struct nl_handle; 18 #define nl_sock nl_handle
|
H A D | neigh.h | 19 struct nl_handle *sock;
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211.h | 284 struct nl_sock *nl_handle, struct nl_msg *msg,
|
H A D | driver_nl80211.c | 491 struct nl_sock *nl_handle, struct nl_msg *msg, in send_and_recv() argument 507 s_nl_cb = nl_socket_get_cb(nl_handle); in send_and_recv() 515 setsockopt(nl_socket_get_fd(nl_handle), SOL_NETLINK, in send_and_recv() 520 setsockopt(nl_socket_get_fd(nl_handle), SOL_NETLINK, in send_and_recv() 523 err.err = nl_send_auto_complete(nl_handle, msg); in send_and_recv() 556 int res = nl_recvmsgs(nl_handle, cb); in send_and_recv() 2419 struct nl_sock *nl_handle, in nl80211_register_frame() argument 2432 type, fc2str(type), nl_handle, buf, multicast); in nl80211_register_frame() 2442 ret = send_and_recv(drv->global, nl_handle, msg, NULL, NULL, in nl80211_register_frame()
|