HomeSort by relevance Sort by last modified time
    Searched refs:rtm_type (Results 1 - 25 of 33) sorted by null

1 2

  /device/generic/goldfish/wifi/ipv6proxy/
router.cpp 103 request.msg.rtm_type = RTN_UNICAST;
132 request.msg.rtm_type = RTN_UNICAST;
  /external/strace/
rtnl_rule.c 128 printxval(fib_rule_actions, msg.rtm_type, "FR_ACT_???");
rtnl_route.c 297 PRINT_FIELD_XVAL(", ", rtmsg, rtm_type,
  /external/strace/tests/
nlattr_fib_rule_hdr.c 58 .rtm_type = FR_ACT_TO_TBL,
netlink_route.c 258 .rtm_type = RTN_LOCAL,
270 ", rtm_type=RTN_LOCAL"
285 .rtm_type = FR_ACT_TO_TBL,
nlattr_rtmsg.c 57 .rtm_type = RTN_LOCAL,
72 ", rtm_type=RTN_LOCAL"
  /external/strace/tests-m32/
nlattr_fib_rule_hdr.c 58 .rtm_type = FR_ACT_TO_TBL,
netlink_route.c 258 .rtm_type = RTN_LOCAL,
270 ", rtm_type=RTN_LOCAL"
285 .rtm_type = FR_ACT_TO_TBL,
nlattr_rtmsg.c 57 .rtm_type = RTN_LOCAL,
72 ", rtm_type=RTN_LOCAL"
  /external/strace/tests-mx32/
nlattr_fib_rule_hdr.c 58 .rtm_type = FR_ACT_TO_TBL,
netlink_route.c 258 .rtm_type = RTN_LOCAL,
270 ", rtm_type=RTN_LOCAL"
285 .rtm_type = FR_ACT_TO_TBL,
nlattr_rtmsg.c 57 .rtm_type = RTN_LOCAL,
72 ", rtm_type=RTN_LOCAL"
  /external/iproute2/ip/
ipmroute.c 79 if (r->rtm_type != RTN_MULTICAST) {
81 rtnl_rtntype_n2a(r->rtm_type, b1, sizeof(b1)));
115 family = get_real_family(r->rtm_type, r->rtm_family);
iproute.c 170 if (r->rtm_type != RTN_LOCAL)
173 if (r->rtm_type == RTN_LOCAL)
188 if (filter.typemask && !(filter.typemask & (1 << r->rtm_type)))
293 r->rtm_type == RTN_UNREACHABLE &&
368 if ((r->rtm_type != RTN_UNICAST || show_details > 0) &&
369 (!filter.typemask || (filter.typemask & (1 << r->rtm_type))))
370 fprintf(fp, "%s ", rtnl_rtntype_n2a(r->rtm_type, b1, sizeof(b1)));
373 family = get_real_family(r->rtm_type, r->rtm_family);
388 family = get_real_family(r->rtm_type, r->rtm_family);
636 if (r->rtm_flags&RTM_F_CLONED && r->rtm_type == RTN_MULTICAST)
    [all...]
iprule.c 314 if (r->rtm_type == RTN_NAT) {
321 } else if (r->rtm_type == FR_ACT_GOTO) {
329 } else if (r->rtm_type == FR_ACT_NOP)
331 else if (r->rtm_type != RTN_UNICAST)
333 rtnl_rtntype_n2a(r->rtm_type,
590 .r.rtm_type = RTN_UNSPEC,
595 req.r.rtm_type = RTN_UNICAST;
728 req.r.rtm_type = RTN_NAT;
750 req.r.rtm_type = type;
  /device/generic/goldfish/dhcp/client/
router.cpp 82 request.msg.rtm_type = RTN_UNICAST;
  /external/dhcpcd-6.8.2/
if-bsd.c 585 rtm.hdr.rtm_type = cmd;
972 rtm.hdr.rtm_type = cmd;
975 if (rtm.hdr.rtm_type != RTM_ADD)
1179 switch(rtm->rtm_type) {
1230 ipv4_handlert(ctx, rtm->rtm_type, &rt);
1256 rtm->rtm_type != RTM_DELETE &&
1263 ipv6_handlert(ctx, rtm->rtm_type, &rt6);
1284 if (rtm->rtm_type != RTM_CHGADDR)
1287 if (rtm->rtm_type != RTM_NEWADDR)
1302 if (rtm->rtm_type == RTM_NEWADDR)
    [all...]
if-linux.c 412 if (rtm->rtm_type == RTN_UNREACHABLE)
477 if (rtm->rtm_type == RTN_UNREACHABLE)
1363 nlm.rt.rtm_type = RTN_UNICAST;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/net/
route.h 181 u_char rtm_type; /* message type */ member in struct:rt_msghdr
  /external/toybox/toys/pending/
ip.c     [all...]
  /external/dnsmasq/src/
netlink.c 280 if (rtm->rtm_type != RTN_UNICAST || rtm->rtm_scope != RT_SCOPE_LINK)
  /external/iproute2/include/
utils.h 253 int get_real_family(int rtm_type, int rtm_family);
  /external/libnl/include/linux-private/linux/
rtnetlink.h 172 unsigned char rtm_type; /* See below */ member in struct:rtmsg
177 /* rtm_type */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtnetlink.h 172 unsigned char rtm_type; /* See below */ member in struct:rtmsg
177 /* rtm_type */
  /external/ipsec-tools/src/racoon/
grabmyaddr.c 686 switch (rtm->rtm_type) {
697 "msg %d not interesting\n", rtm->rtm_type);
704 rtm->rtm_type);

Completed in 1322 milliseconds

1 2