Home
last modified time | relevance | path

Searched refs:NL_AUTO_PORT (Results 1 – 8 of 8) sorted by relevance

/third_party/libnl/include/netlink/
Dmsg.h35 #define NL_AUTO_PORT 0 macro
36 #define NL_AUTO_PID NL_AUTO_PORT
/third_party/libnl/tests/
Dtest-genl.c96 hdr = genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, ops.o_id, in main()
/third_party/libnl/lib/genl/
Dctrl.c264 if (!genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, GENL_ID_CTRL, in genl_ctrl_probe_by_name()
/third_party/libnl/lib/
Dnl.c487 if (nlh->nlmsg_pid == NL_AUTO_PORT) in nl_complete_msg()
/third_party/libnl/python/netlink/
Dcore.py73 NL_AUTO_PORT = 0 variable
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_macsec_linux.c652 if (!genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, ctx->macsec_genl_id, 0, in do_dump()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_macsec_linux.c650 if (!genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, ctx->macsec_genl_id, 0, in do_dump()
/third_party/libnl/doc/
Dcore.txt1521 +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);