Home
last modified time | relevance | path

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

/external/iproute2/ip/
Diplink.c340 req->i.ifi_change |= IFF_MULTICAST; in iplink_parse()
342 req->i.ifi_flags |= IFF_MULTICAST; in iplink_parse()
344 req->i.ifi_flags &= ~IFF_MULTICAST; in iplink_parse()
828 mask |= IFF_MULTICAST; in do_set()
830 flags |= IFF_MULTICAST; in do_set()
832 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/kernel-headers/original/linux/
Dif.h45 #define IFF_MULTICAST 0x1000 /* Supports multicast */ macro
/external/iproute2/include/linux/
Dif.h45 #define IFF_MULTICAST 0x1000 /* Supports multicast */ macro
/external/strace/
Dsock.c63 { IFF_MULTICAST, "IFF_MULTICAST" },
/external/iputils/
Drdisc.c1044 if ((interfaces[i].flags & (IFF_BROADCAST|IFF_POINTOPOINT|IFF_MULTICAST)) == 0) in sendmcast()
1166 if ((ifreq.ifr_flags & (IFF_MULTICAST|IFF_BROADCAST|IFF_POINTOPOINT)) == 0) in initifs()
/external/bluetooth/bluedroid/btif/src/
Dbtif_pan.c320 ifr.ifr_flags |= IFF_MULTICAST; in tap_if_up()
/external/dhcpcd/
Ddhcpcd.c789 if (!(iface->flags & (IFF_POINTOPOINT | IFF_LOOPBACK | IFF_MULTICAST))) in configure_interface1()