HomeSort by relevance Sort by last modified time
    Searched defs:genl_family (Results 1 - 2 of 2) sorted by null

  /external/iproute2/ip/
ipl2tp.c 87 static int genl_family = -1; variable
102 req.n.nlmsg_type = genl_family;
135 req.n.nlmsg_type = genl_family;
158 req.n.nlmsg_type = genl_family;
200 req.n.nlmsg_type = genl_family;
378 req.n.nlmsg_type = genl_family;
421 req.n.nlmsg_type = genl_family;
782 if (genl_family < 0) {
788 genl_family = genl_ctrl_resolve_family(L2TP_GENL_NAME);
789 if (genl_family < 0
    [all...]
  /external/libnl/include/
netlink-types.h 705 struct genl_family struct

Completed in 79 milliseconds