HomeSort by relevance Sort by last modified time
    Searched refs:NLM_F_REPLACE (Results 76 - 95 of 95) sorted by null

1 2 34

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
netlink.h 62 #define NLM_F_REPLACE 0x100 /* Override existing */
69 4.4BSD CHANGE NLM_F_REPLACE
71 True CHANGE NLM_F_CREATE|NLM_F_REPLACE
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
netlink.h 81 #define NLM_F_REPLACE 0x100
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
netlink.h 81 #define NLM_F_REPLACE 0x100
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
netlink.h 81 #define NLM_F_REPLACE 0x100
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
netlink.h 81 #define NLM_F_REPLACE 0x100
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
netlink.h 81 #define NLM_F_REPLACE 0x100
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
netlink.h 81 #define NLM_F_REPLACE 0x100
  /frameworks/base/core/java/android/net/netlink/
RtNetlinkNeighborMessage.java 21 import static android.net.netlink.StructNlMsgHdr.NLM_F_REPLACE;
149 nlmsghdr.nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK | NLM_F_REPLACE;
  /external/libnl/src/
disabled-nl-qdisc-add.c 182 if (rtnl_qdisc_add(nlh, qdisc, NLM_F_REPLACE) < 0) {
  /external/iproute2/tc/
tc_qdisc.c 343 return tc_qdisc_modify(RTM_NEWQDISC, NLM_F_CREATE|NLM_F_REPLACE, argc-1, argv+1);
345 return tc_qdisc_modify(RTM_NEWQDISC, NLM_F_REPLACE, argc-1, argv+1);
m_action.c 605 ret = tc_action_modify(RTM_NEWACTION, NLM_F_CREATE|NLM_F_REPLACE, &argc, &argv);
  /external/iproute2/ip/
ipneigh.c 450 return ipneigh_modify(RTM_NEWNEIGH, NLM_F_REPLACE, argc-1, argv+1);
452 return ipneigh_modify(RTM_NEWNEIGH, NLM_F_CREATE|NLM_F_REPLACE, argc-1, argv+1);
ipntable.c 644 NLM_F_REPLACE,
ipaddress.c     [all...]
iproute.c     [all...]
iplink.c 957 NLM_F_CREATE|NLM_F_REPLACE,
  /external/libnl/lib/route/
cls.c 192 return cls_build(cls, RTM_NEWTFILTER, NLM_F_REPLACE | flags, result);
qdisc.c 197 * - NLM_F_REPLACE - replace a potential existing qdisc
218 * - NLM_F_REPLACE - replace a potential existing qdisc
263 return qdisc_build(qdisc, RTM_NEWQDISC, NLM_F_REPLACE, result);
  /external/dhcpcd/
if-linux.c 506 nlm->hdr.nlmsg_flags |= NLM_F_CREATE | NLM_F_REPLACE;
548 nlm->hdr.nlmsg_flags = NLM_F_REPLACE;
  /external/toybox/toys/pending/
ip.c     [all...]

Completed in 566 milliseconds

1 2 34