| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | ctl_reg.h | 39 typedef struct { char _[sizeof(array)]; } addrtype; \ 41 BUILD_BUG_ON(sizeof(addrtype) != (high - low + 1) * sizeof(long));\ 45 : "Q" (*(addrtype *)(&array)), "i" (low), "i" (high) \ 50 typedef struct { char _[sizeof(array)]; } addrtype; \ 52 BUILD_BUG_ON(sizeof(addrtype) != (high - low + 1) * sizeof(long));\ 55 : "=Q" (*(addrtype *)(&array)) \
|
| H A D | timex.h | 109 struct addrtype { char _[len]; }; \ 118 : "=d" (rc), "+m" (*(struct addrtype *) reg1) \ 146 typedef struct { char _[STORE_CLOCK_EXT_SIZE]; } addrtype; in get_tod_clock_ext() typedef 148 asm volatile("stcke %0" : "=Q" (*(addrtype *) clk) : : "cc"); in get_tod_clock_ext()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | addrlabel.c | 36 int addrtype; member 116 int addrtype, int ifindex) in __ip6addrlbl_match() argument 120 if (p->addrtype && p->addrtype != addrtype) in __ip6addrlbl_match() 165 int addrtype; in ip6addrlbl_alloc() local 170 addrtype = ipv6_addr_type(prefix) & (IPV6_ADDR_MAPPED | IPV6_ADDR_COMPATv4 | IPV6_ADDR_LOOPBACK); in ip6addrlbl_alloc() 172 switch (addrtype) { in ip6addrlbl_alloc() 177 addrtype = 0; in ip6addrlbl_alloc() 181 addrtype = 0; in ip6addrlbl_alloc() 185 addrtype = 0; in ip6addrlbl_alloc() 196 newp->addrtype = addrtype; in ip6addrlbl_alloc()
|
| H A D | ip6_output.c | 597 int addrtype = ipv6_addr_type(&hdr->saddr); in ip6_forward() local 600 if (addrtype == IPV6_ADDR_ANY || in ip6_forward() 601 addrtype & (IPV6_ADDR_MULTICAST | IPV6_ADDR_LOOPBACK)) in ip6_forward() 603 if (addrtype & IPV6_ADDR_LINKLOCAL) { in ip6_forward()
|
| /OK3568_Linux_fs/kernel/lib/raid6/ |
| H A D | s390vx.uc | 60 typedef struct { u8 _[16 * $#]; } addrtype; 61 register addrtype *__ptr asm("1") = (addrtype *) ptr; 70 typedef struct { u8 _[16 * $#]; } addrtype; 71 register addrtype *__ptr asm("1") = (addrtype *) ptr;
|
| H A D | recov_s390xc.c | 14 typedef struct { u8 _[256]; } addrtype; in xor_block() typedef 18 : "+m" (*(addrtype *) p1) : "m" (*(addrtype *) p2), in xor_block()
|
| /OK3568_Linux_fs/kernel/net/ipv6/netfilter/ |
| H A D | nft_fib_ipv6.c | 61 int route_err, addrtype; in __nft_fib6_eval_type() local 100 addrtype = ipv6_addr_type(&fl6.daddr); in __nft_fib6_eval_type() 102 if (addrtype & IPV6_ADDR_MULTICAST) in __nft_fib6_eval_type() 104 if (addrtype & IPV6_ADDR_UNICAST) in __nft_fib6_eval_type()
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | socket.c | 689 if (addr->addrtype == TIPC_ADDR_NAME) in tipc_bind() 691 else if (addr->addrtype != TIPC_ADDR_NAMESEQ) { in tipc_bind() 742 addr->addrtype = TIPC_ADDR_ID; in tipc_getname() 1427 if (dest->addrtype == TIPC_ADDR_NAME) in __tipc_sendmsg() 1429 if (dest->addrtype == TIPC_ADDR_ID) in __tipc_sendmsg() 1431 if (dest->addrtype == TIPC_ADDR_MCAST) in __tipc_sendmsg() 1449 if (dest->addrtype == TIPC_ADDR_NAME) { in __tipc_sendmsg() 1457 if (dest->addrtype == TIPC_ADDR_MCAST) in __tipc_sendmsg() 1460 if (dest->addrtype == TIPC_ADDR_NAME) { in __tipc_sendmsg() 1467 } else if (dest->addrtype == TIPC_ADDR_ID) { in __tipc_sendmsg() [all …]
|
| H A D | topsrv.c | 531 saddr.addrtype = TIPC_ADDR_NAMESEQ; in tipc_topsrv_create_listener()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | tipc.h | 159 unsigned char addrtype; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | tipc.h | 159 unsigned char addrtype; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | tipc.h | 159 unsigned char addrtype; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/ufw/ |
| H A D | ufw_0.36.1.bb | 35 kernel-module-nf-addrtype \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/nmap/files/ |
| H A D | 0001-Make-ndiff-support-python3.patch | 318 - elem.setAttribute(u"addrtype", self.type) 321 + elem.setAttribute("addrtype", self.type) 1023 - addrtype = attrs.get(u"addrtype", u"ipv4") 1024 + addrtype = attrs.get("addrtype", "ipv4") 1025 self.current_host.add_address(Address.new(addrtype, addr))
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | siutils_priv.h | 262 extern uint sb_pcie_readreg(void *sih, uint addrtype, uint offset);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | siutils.h | 334 extern uint si_pcie_readreg(void *sih, uint addrtype, uint offset); 335 extern uint si_pcie_writereg(void *sih, uint addrtype, uint offset, uint val);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | siutils_priv.h | 278 extern uint sb_pcie_readreg(void *sih, uint addrtype, uint offset);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | siutils_priv.h | 278 extern uint sb_pcie_readreg(void *sih, uint addrtype, uint offset);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | siutils_priv.h | 278 extern uint sb_pcie_readreg(void *sih, uint addrtype, uint offset);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | siutils.h | 367 extern uint si_pcie_readreg(void *sih, uint addrtype, uint offset); 368 extern uint si_pcie_writereg(void *sih, uint addrtype, uint offset, uint val);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | siutils.h | 367 extern uint si_pcie_readreg(void *sih, uint addrtype, uint offset); 368 extern uint si_pcie_writereg(void *sih, uint addrtype, uint offset, uint val);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | siutils.h | 367 extern uint si_pcie_readreg(void *sih, uint addrtype, uint offset); 368 extern uint si_pcie_writereg(void *sih, uint addrtype, uint offset, uint val);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | siutils.h | 482 extern uint si_pcie_readreg(void *sih, uint addrtype, uint offset); 483 extern uint si_pcie_writereg(void *sih, uint addrtype, uint offset, uint val);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | siutils.h | 482 extern uint si_pcie_readreg(void *sih, uint addrtype, uint offset); 483 extern uint si_pcie_writereg(void *sih, uint addrtype, uint offset, uint val);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/ |
| H A D | dma.c | 38 enum b43_addrtype addrtype) in b43_dma_address() argument 42 switch (addrtype) { in b43_dma_address()
|