Home
last modified time | relevance | path

Searched refs:CTRL_ATTR_OP_ID (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netlink/
H A Dnetlink_generic.h90 CTRL_ATTR_OP_ID = 1, /* u32, operation # */ enumerator
H A Dnetlink_generic.c200 nlattr_add_u32(nw, CTRL_ATTR_OP_ID, cmd->cmd_num); in dump_family()
/freebsd/tests/atf_python/sys/netlink/
H A Dnetlink_generic.py99 CTRL_ATTR_OP_ID = 1 variable in GenlCtrlAttrOpType
119 AttrDescr(GenlCtrlAttrOpType.CTRL_ATTR_OP_ID, NlAttrU32),
/freebsd/usr.bin/genl/
H A Dgenl.c108 .type = CTRL_ATTR_OP_ID,