Searched refs:NL_AUTO_PORT (Results 1 – 7 of 7) sorted by relevance
/external/libnl/include/netlink/ |
D | msg.h | 33 #define NL_AUTO_PORT 0 macro 34 #define NL_AUTO_PID NL_AUTO_PORT
|
/external/libnl/tests/ |
D | test-genl.c | 94 hdr = genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, ops.o_id, in main()
|
/external/libnl/lib/genl/ |
D | ctrl.c | 263 if (!genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, GENL_ID_CTRL, in genl_ctrl_probe_by_name()
|
/external/libnl/lib/ |
D | nl.c | 455 if (nlh->nlmsg_pid == NL_AUTO_PORT) in nl_complete_msg()
|
/external/libnl/python/netlink/ |
D | core.py | 73 NL_AUTO_PORT = 0 variable
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_macsec_linux.c | 592 if (!genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, ctx->macsec_genl_id, 0, in do_dump()
|
/external/libnl/doc/ |
D | core.txt | 1521 +NL_AUTO_PORT+ indicating that the local port assigned to the socket 1551 hdr = nlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, MY_MSGTYPE, sizeof(hdr), NLM_F_CREATE);
|