Home
last modified time | relevance | path

Searched refs:maddr (Results 1 – 7 of 7) sorted by relevance

/external/iproute2/ip/
Dipmroute.c94 inet_prefix maddr, msrc; in read_mroute_list() local
104 maddr.data, msrc.data, &vifi, in read_mroute_list()
113 if (filter.mdst.family && inet_addr_match(&maddr, &filter.mdst, filter.mdst.bitlen)) in read_mroute_list()
120 format_host(AF_INET, 4, &maddr.data[0], mbuf, sizeof(mbuf))); in read_mroute_list()
/external/nist-sip/java/gov/nist/javax/sip/address/
DSipUri.java768 NameValue maddr = uriParms.getNameValue(MADDR); in getMAddrParam() local
769 if (maddr == null) in getMAddrParam()
771 String host = (String) maddr.getValueAsObject(); in getMAddrParam()
912 public void setMAddrParam(String maddr) throws ParseException { in setMAddrParam() argument
913 if (maddr == null) in setMAddrParam()
915 setParameter("maddr", maddr); in setMAddrParam()
/external/iptables/extensions/
Dlibxt_cluster.man40 ip maddr add 01:00:5e:00:01:01 dev eth1
42 ip maddr add 01:00:5e:00:01:02 dev eth2
/external/mdnsresponder/mDNSShared/
DDebugServices.c2829 mDNSAddr maddr; in DebugServicesTest() local
2831 memset( &maddr, 0, sizeof( maddr ) ); in DebugServicesTest()
2832 maddr.type = mDNSAddrType_IPv4; in DebugServicesTest()
2833 maddr.ip.v4.b[ 0 ] = 127; in DebugServicesTest()
2834 maddr.ip.v4.b[ 1 ] = 0; in DebugServicesTest()
2835 maddr.ip.v4.b[ 2 ] = 0; in DebugServicesTest()
2836 maddr.ip.v4.b[ 3 ] = 1; in DebugServicesTest()
2837 DebugSNPrintF( s, sizeof( s ), "%#a", &maddr ); in DebugServicesTest()
2840 memset( &maddr, 0, sizeof( maddr ) ); in DebugServicesTest()
2841 maddr.type = mDNSAddrType_IPv6; in DebugServicesTest()
[all …]
/external/llvm/test/CodeGen/Mips/msa/
D3rf_4rf_q.ll67 %3 = tail call <8 x i16> @llvm.mips.maddr.q.h(<8 x i16> %0, <8 x i16> %1, <8 x i16> %2)
72 declare <8 x i16> @llvm.mips.maddr.q.h(<8 x i16>, <8 x i16>, <8 x i16>) nounwind
92 %3 = tail call <4 x i32> @llvm.mips.maddr.q.w(<4 x i32> %0, <4 x i32> %1, <4 x i32> %2)
97 declare <4 x i32> @llvm.mips.maddr.q.w(<4 x i32>, <4 x i32>, <4 x i32>) nounwind
/external/qemu/
Dqemu-options.hx756 "-net socket[,vlan=n][,name=str][,fd=h][,mcast=maddr:port]\n"
757 " connect the vlan 'n' to multicast maddr and port\n"
832 @item -net socket[,vlan=@var{n}][,name=@var{name}][,fd=@var{h}][,mcast=@var{maddr}:@var{port}]
836 every QEMU with same multicast address @var{maddr} and @var{port}.
/external/iproute2/doc/
Dip-cref.tex477 \verb|ip maddr ls| in~Sec.\ref{IP-MADDR} (p.\pageref{IP-MADDR} of this
2229 kuznet@alisa:~ $ ip maddr ls dummy
2248 with \verb|ip maddr add|. See the following subsection.
2280 netadm@alisa:~ # ip maddr add 33:33:00:00:00:01 dev dummy
2281 netadm@alisa:~ # ip -0 maddr ls dummy
2285 netadm@alisa:~ # ip maddr del 33:33:00:00:00:01 dev dummy