Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dmsg.h33 #define NL_AUTO_PORT 0 macro
34 #define NL_AUTO_PID NL_AUTO_PORT
/external/libnl/tests/
Dtest-genl.c94 hdr = genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, ops.o_id, in main()
/external/libnl/lib/genl/
Dctrl.c263 if (!genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, GENL_ID_CTRL, in genl_ctrl_probe_by_name()
/external/libnl/lib/
Dnl.c455 if (nlh->nlmsg_pid == NL_AUTO_PORT) in nl_complete_msg()
/external/libnl/python/netlink/
Dcore.py73 NL_AUTO_PORT = 0 variable
/external/wpa_supplicant_8/src/drivers/
Ddriver_macsec_linux.c592 if (!genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, ctx->macsec_genl_id, 0, in do_dump()
/external/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);