Home
last modified time | relevance | path

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

/external/libnl/lib/
Dsocket.c196 sk->s_flags = NL_OWN_PORT; in __alloc_socket()
252 if (!(sk->s_flags & NL_OWN_PORT)) in nl_socket_free()
353 sk->s_flags |= NL_OWN_PORT; in _nl_socket_set_local_port_no_release()
355 sk->s_flags &= ~NL_OWN_PORT; in _nl_socket_set_local_port_no_release()
385 sk_mutable->s_flags |= NL_OWN_PORT; in nl_socket_get_local_port()
387 sk_mutable->s_flags &= ~NL_OWN_PORT; in nl_socket_get_local_port()
406 if (!(sk->s_flags & NL_OWN_PORT)) in nl_socket_set_local_port()
408 sk->s_flags |= NL_OWN_PORT; in nl_socket_set_local_port()
/external/libnl/include/netlink-private/
Dtypes.h38 #define NL_OWN_PORT (1<<2) macro