HomeSort by relevance Sort by last modified time
    Searched refs:NL_OWN_PORT (Results 1 - 2 of 2) sorted by null

  /external/libnl/lib/
socket.c 195 /* the port is 0 (unspecified), meaning NL_OWN_PORT */
196 sk->s_flags = NL_OWN_PORT;
252 if (!(sk->s_flags & NL_OWN_PORT))
346 sk->s_flags &= ~NL_OWN_PORT;
388 if (!(sk->s_flags & NL_OWN_PORT))
390 sk->s_flags |= NL_OWN_PORT;
  /external/libnl/include/netlink-private/
types.h 28 #define NL_OWN_PORT (1<<2)

Completed in 66 milliseconds