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

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

Completed in 1133 milliseconds