Searched refs:nl_socket_alloc (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dvlan_util.c46 handle = nl_socket_alloc();
132 handle = nl_socket_alloc();
/freebsd-13-stable/contrib/ofed/libibverbs/
H A Dnl1_compat.h53 static inline struct nl_sock *nl_socket_alloc(void) function
H A Dneigh.c634 zero_socket = nl_socket_alloc();
642 neigh_handler->sock = nl_socket_alloc();
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_macsec_linux.c137 ctx->sk = nl_socket_alloc();
263 sk = nl_socket_alloc();
316 drv->sk = nl_socket_alloc();
/freebsd-13-stable/contrib/libpcap/
H A Dconfigure6540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_socket_alloc in -lnl-3" >&5
6541 $as_echo_n "checking for nl_socket_alloc in -lnl-3... " >&6; }
6556 char nl_socket_alloc ();
6560 return nl_socket_alloc ();
6604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_socket_alloc in -lnl" >&5
6605 $as_echo_n "checking for nl_socket_alloc in -lnl... " >&6; }
6620 char nl_socket_alloc ();
6624 return nl_socket_alloc ();
H A Dpcap-linux.c635 nl_socket_alloc(void) function
671 state->nl_sock = nl_socket_alloc();

Completed in 139 milliseconds