Home
last modified time | relevance | path

Searched refs:IFF_MULTICAST (Results 1 – 9 of 9) sorted by relevance

/external/iproute2/ip/
Diplink.c309 req->i.ifi_change |= IFF_MULTICAST; in iplink_parse()
311 req->i.ifi_flags |= IFF_MULTICAST; in iplink_parse()
313 req->i.ifi_flags &= ~IFF_MULTICAST; in iplink_parse()
739 mask |= IFF_MULTICAST; in do_set()
741 flags |= IFF_MULTICAST; in do_set()
743 flags &= ~IFF_MULTICAST; in do_set()
/external/libppp/src/
Dtun.c113 info.flags = IFF_UP|IFF_POINTOPOINT|IFF_MULTICAST; in tun_configure()
Dbundle.c777 iff = IFF_POINTOPOINT | IFF_MULTICAST; in bundle_Create()
/external/iproute2/include/linux/
Dif.h45 #define IFF_MULTICAST 0x1000 /* Supports multicast */ macro
/external/kernel-headers/original/linux/
Dif.h45 #define IFF_MULTICAST 0x1000 /* Supports multicast */ macro
/external/strace/
Dsock.c63 { IFF_MULTICAST, "IFF_MULTICAST" },
/external/bluetooth/bluedroid/btif/src/
Dbtif_pan.c320 ifr.ifr_flags |= IFF_MULTICAST; in tap_if_up()
/external/okhttp/src/main/java/libcore/io/
DOsConstants.java167 public static final int IFF_MULTICAST = placeholder(); field in OsConstants
/external/dhcpcd/
Ddhcpcd.c789 if (!(iface->flags & (IFF_POINTOPOINT | IFF_LOOPBACK | IFF_MULTICAST))) in configure_interface1()