Home
last modified time | relevance | path

Searched refs:NL_OWN_PORT (Results 1 – 2 of 2) sorted by relevance

/external/libnl/lib/
Dsocket.c157 if (!(sk->s_flags & NL_OWN_PORT)) in nl_socket_free()
259 sk->s_flags &= ~NL_OWN_PORT; in nl_socket_set_local_port()
261 if (!(sk->s_flags & NL_OWN_PORT)) in nl_socket_set_local_port()
263 sk->s_flags |= NL_OWN_PORT; in nl_socket_set_local_port()
/external/libnl/include/
Dnetlink-types.h23 #define NL_OWN_PORT (1<<2) macro