/external/kernel-headers/original/uapi/linux/ |
D | ipmi.h | 54 int addr_type; member 66 int addr_type; member 77 int addr_type; member 102 int addr_type; member
|
/external/scapy/scapy/layers/ |
D | sctp.py | 373 lambda p: p.addr_type == 5), 376 lambda p: p.addr_type == 6),] 388 lambda p: p.addr_type == 5), 391 lambda p: p.addr_type == 6),] 412 lambda p: p.addr_type == 5), 415 lambda p: p.addr_type == 6),]
|
/external/ppp/pppd/ |
D | cbcp.c | 310 u_char type, opt_len, delay, addr_type; local 337 GETCHAR(addr_type, pckt); 451 u_char type, delay, addr_type; local 464 GETCHAR(addr_type, pckt);
|
/external/webrtc/webrtc/base/ |
D | socketadapters.cc | 803 uint8_t ver, command, reserved, addr_type; in HandleConnect() local 809 !request->ReadUInt8(&addr_type) || in HandleConnect() 817 reserved != 0 || addr_type != 1) { in HandleConnect()
|
/external/u-boot/arch/x86/lib/ |
D | mpspec.c | 170 int busid, int addr_type, in mp_write_address_space() argument 180 mpe->mpe_addr_type = addr_type; in mp_write_address_space()
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsdp.cc | 679 std::string* ip, std::string* addr_type) { in GetDefaultDestination() argument 680 *addr_type = kConnectionIpv4Addrtype; in GetDefaultDestination() 705 addr_type->assign(kConnectionIpv4Addrtype); in GetDefaultDestination() 707 addr_type->assign(kConnectionIpv6Addrtype); in GetDefaultDestination() 732 std::string rtp_port, rtp_ip, addr_type; in UpdateMediaDefaultDestination() local 734 &rtp_port, &rtp_ip, &addr_type); in UpdateMediaDefaultDestination() 752 os << " " << addr_type << " " << rtp_ip; in UpdateMediaDefaultDestination() 759 std::string rtcp_line, rtcp_port, rtcp_ip, addr_type; in GetRtcpLine() local 761 &rtcp_port, &rtcp_ip, &addr_type); in GetRtcpLine() 775 << addr_type << " " in GetRtcpLine()
|
/external/iproute2/tc/ |
D | f_flower.c | 84 static int flower_parse_eth_addr(char *str, int addr_type, int mask_type, in flower_parse_eth_addr() argument 97 addattr_l(n, MAX_MSG, addr_type, addr, sizeof(addr)); in flower_parse_eth_addr() 305 int addr_type, int mask_type, in flower_parse_arp_ip_addr() argument 311 return __flower_parse_ip_addr(str, AF_INET, addr_type, mask_type, in flower_parse_arp_ip_addr()
|
/external/u-boot/arch/x86/include/asm/ |
D | mpspec.h | 392 int busid, int addr_type,
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 2755 MIMG sample_d, MIMG sample_c_d, ValueType addr_type> { 2756 def : SamplePattern <SIsample, sample, addr_type>; 2757 def : SampleRectPattern <SIsample, sample, addr_type>; 2758 def : SampleArrayPattern <SIsample, sample, addr_type>; 2759 def : SampleShadowPattern <SIsample, sample_c, addr_type>; 2760 def : SampleShadowArrayPattern <SIsample, sample_c, addr_type>; 2762 def : SamplePattern <SIsamplel, sample_l, addr_type>; 2763 def : SampleArrayPattern <SIsamplel, sample_l, addr_type>; 2764 def : SampleShadowPattern <SIsamplel, sample_c_l, addr_type>; 2765 def : SampleShadowArrayPattern <SIsamplel, sample_c_l, addr_type>; [all …]
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 45 typedef typename ELFDataTypeTypedefHelper<ELFT>::value_type addr_type; typedef in __anon49db9fbc0111::DyldELFObject 84 shdr->sh_addr = static_cast<addr_type>(Addr); in updateSectionAddress() 96 sym->st_value = static_cast<addr_type>(Addr); in updateSymbolAddress() 116 typedef typename ELFDataTypeTypedefHelper<ELFT>::value_type addr_type; in createRTDyldELFObject() typedef 134 shdr->sh_addr = static_cast<addr_type>(SecLoadAddr); in createRTDyldELFObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 68 typedef typename ELFT::uint addr_type; typedef in __anon93dcc9140111::DyldELFObject 121 shdr->sh_addr = static_cast<addr_type>(Addr); in updateSectionAddress() 133 sym->st_value = static_cast<addr_type>(Addr); in updateSymbolAddress() 152 typedef typename ELFT::uint addr_type; in createRTDyldELFObject() typedef 174 shdr->sh_addr = static_cast<addr_type>(SecLoadAddr); in createRTDyldELFObject()
|
/external/python/cpython2/Doc/library/ |
D | socket.rst | 75 ``(addr_type, v1, v2, v3 [, scope])``, where: 77 - *addr_type* is one of :const:`TIPC_ADDR_NAMESEQ`, :const:`TIPC_ADDR_NAME`, 81 - If *addr_type* is :const:`TIPC_ADDR_NAME`, then *v1* is the server type, *v2* is 84 If *addr_type* is :const:`TIPC_ADDR_NAMESEQ`, then *v1* is the server type, *v2* 87 If *addr_type* is :const:`TIPC_ADDR_ID`, then *v1* is the node, *v2* is the
|
/external/python/cpython3/Doc/library/ |
D | socket.rst | 98 ``(addr_type, v1, v2, v3 [, scope])``, where: 100 - *addr_type* is one of :const:`TIPC_ADDR_NAMESEQ`, :const:`TIPC_ADDR_NAME`, 104 - If *addr_type* is :const:`TIPC_ADDR_NAME`, then *v1* is the server type, *v2* is 107 If *addr_type* is :const:`TIPC_ADDR_NAMESEQ`, then *v1* is the server type, *v2* 110 If *addr_type* is :const:`TIPC_ADDR_ID`, then *v1* is the node, *v2* is the
|