Home
last modified time | relevance | path

Searched refs:NL_AUTO_SEQ (Results 1 – 10 of 10) sorted by relevance

/external/libnl/include/netlink/
Dmsg.h46 #define NL_AUTO_SEQ 0 macro
/external/libnl/tests/
Dtest-genl.c96 hdr = genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, ops.o_id, in main()
/external/libnl/lib/genl/
Dctrl.c264 if (!genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, GENL_ID_CTRL, in genl_ctrl_probe_by_name()
/external/libnl/lib/
Dmsg.c354 .nlmsg_seq = NL_AUTO_SEQ, in nlmsg_alloc_simple()
Dnl.c490 if (nlh->nlmsg_seq == NL_AUTO_SEQ) in nl_complete_msg()
/external/libnl/python/netlink/
Dcore.py74 NL_AUTO_SEQ = 0 variable
/external/libnl/
DChangeLog39 o Added NL_AUTO_PID, NL_AUTO_SEQ for convenience
/external/libnl/lib/route/
Dlink.c1815 BUG_ON(msg->nm_nlh->nlmsg_seq != NL_AUTO_SEQ); in rtnl_link_change()
1824 msg->nm_nlh->nlmsg_seq = NL_AUTO_SEQ; in rtnl_link_change()
/external/wpa_supplicant_8/src/drivers/
Ddriver_macsec_linux.c650 if (!genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, ctx->macsec_genl_id, 0, in do_dump()
/external/libnl/doc/
Dcore.txt1517 netlink message. +seqnr+ can be set to +NL_AUTO_SEQ+ to indiciate
1551 hdr = nlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, MY_MSGTYPE, sizeof(hdr), NLM_F_CREATE);