Searched refs:addr2 (Results 1 - 25 of 33) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_types.h94 u32 addr2; member in struct:__anon3151
103 (pxd)->addr2 = __cpu_to_le32((address64) & 0xffffffff);\
109 ( ((s64)((pxd)->addr1)) << 32 | __le32_to_cpu((pxd)->addr2))
128 u32 addr2; /* 4: address in unit of fsblksize */ member in struct:__anon3152
H A Djfs_dtree.h116 u32 addr2; /* 4: lower 32 bits of leaf page address -OR- member in struct:dir_table_slot
129 (dir_table_slot)->addr2 = __cpu_to_le32((address64) & 0xffffffff);\
133 ( ((s64)((dts)->addr1)) << 32 | __le32_to_cpu((dts)->addr2) )
H A Djfs_xtree.h38 u32 addr2; /* 4: address in unit of fsblksize */ member in struct:xad
55 (xad)->addr2 = __cpu_to_le32((address64) & 0xffffffff);\
63 ( ((s64)((xad)->addr1)) << 32 | __le32_to_cpu((xad)->addr2))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv4/
H A Dip_pool.h39 u_int32_t addr2; member in struct:ip_pool_request
47 #define IP_POOL_INIT 0x00000012 /* from addr to addr2 incl. */
52 #define IP_POOL_LOOKUP 0x00000017 /* result in addr and addr2 */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv4/
H A Dip_pool.h39 u_int32_t addr2; member in struct:ip_pool_request
47 #define IP_POOL_INIT 0x00000012 /* from addr to addr2 incl. */
52 #define IP_POOL_LOOKUP 0x00000017 /* result in addr and addr2 */
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_pool.c172 req.addr2 = htonl(pool->last_ip);
182 req.addr2 = pool->nr_match;
218 DP("ip_pool INIT 0x%08x-0x%08x\n", req.addr, req.addr2);
223 req.addr2 = ntohl(req.addr2);
224 if (req.addr > req.addr2) {
228 newbytes = bitmap_bytes(req.addr, req.addr2);
243 pool->last_ip = req.addr2;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_pool.c172 req.addr2 = htonl(pool->last_ip);
182 req.addr2 = pool->nr_match;
218 DP("ip_pool INIT 0x%08x-0x%08x\n", req.addr, req.addr2);
223 req.addr2 = ntohl(req.addr2);
224 if (req.addr > req.addr2) {
228 newbytes = bitmap_bytes(req.addr, req.addr2);
243 pool->last_ip = req.addr2;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Doptions.c663 if ((opt->flags & OPT_ENABLE) && *(bool *)(opt->addr2) == 0) {
677 if (opt->addr2 && (opt->flags & OPT_A2COPY))
678 *(bool *)(opt->addr2) = v;
679 else if (opt->addr2 && (opt->flags & OPT_A2CLR))
680 *(bool *)(opt->addr2) = 0;
681 else if (opt->addr2 && (opt->flags & OPT_A2CLRB))
682 *(u_char *)(opt->addr2) &= ~v;
683 else if (opt->addr2 && (opt->flags & OPT_A2OR))
684 *(u_char *)(opt->addr2) |= v;
728 if (opt->addr2
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Doptions.c663 if ((opt->flags & OPT_ENABLE) && *(bool *)(opt->addr2) == 0) {
677 if (opt->addr2 && (opt->flags & OPT_A2COPY))
678 *(bool *)(opt->addr2) = v;
679 else if (opt->addr2 && (opt->flags & OPT_A2CLR))
680 *(bool *)(opt->addr2) = 0;
681 else if (opt->addr2 && (opt->flags & OPT_A2CLRB))
682 *(u_char *)(opt->addr2) &= ~v;
683 else if (opt->addr2 && (opt->flags & OPT_A2OR))
684 *(u_char *)(opt->addr2) |= v;
728 if (opt->addr2
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/kernel/
H A Dmisctest.c115 long addr2=0xe000000007000000UL; local
119 zzzspec2(addr, addr2);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wireless/
H A Dieee802_11.h15 u8 addr2[ETH_ALEN]; member in struct:ieee802_11_hdr
/asus-wl-520gu-7.0.1.45/src/router/iptables/ippool/
H A Dippool.c198 req.addr = req.addr2 = 0;
204 ina.s_addr = req.addr2;
207 last_ip = ntohl(req.addr2);
214 printf(" %d %d", req.addr, req.addr2);
310 req.addr2 = 0;
367 req.addr2 = conf_addr2;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dsmp.c274 unsigned long addr2; member in struct:flush_tlb_data
281 local_flush_tlb_range(fd->mm, fd->addr1, fd->addr2);
291 fd.addr2 = end;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dsmp.c278 unsigned long addr2; member in struct:flush_tlb_data
285 local_flush_tlb_range(fd->mm, fd->addr1, fd->addr2);
295 fd.addr2 = end;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dptrace.c109 unsigned long addr2 = regs->u_regs[UREG_I4]; local
115 addr2 &= 0xffffffffUL;
128 printk ("do_ptrace: breakpoint pid=%d, addr=%016lx addr2=%016lx\n",
129 pid, addr, addr2);
131 printk("do_ptrace: rq=%s(%d) pid=%d addr=%016lx data=%016lx addr2=%016lx\n",
132 s, request, pid, addr, data, addr2);
198 addr2 = regs->u_regs[UREG_G3];
475 (void *)addr2, data);
488 int res = ptrace_writedata(child, (void *) addr2,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dptrace.c263 unsigned long addr2 = regs->u_regs[UREG_I4]; local
277 printk ("do_ptrace: breakpoint pid=%d, addr=%08lx addr2=%08lx\n",
278 pid, addr, addr2);
280 printk("do_ptrace: rq=%s(%d) pid=%d addr=%08lx data=%08lx addr2=%08lx\n",
281 s, (int) request, (int) pid, addr, data, addr2);
489 int res = ptrace_readdata(child, addr, (void *) addr2, data);
504 int res = ptrace_writedata(child, (void *) addr2, addr, data);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dibmlana.h249 u32 addr2; member in struct:__anon1862
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tulip/
H A Deeprom.c168 && dev->dev_addr[2] == eeprom_fixups[i].addr2) {
H A Dtulip.h401 unsigned char addr2; member in struct:eeprom_fixup
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dcrypto.h486 void CRYPTO_dbg_realloc(void *addr1,void *addr2,int num,const char *file,int line,int before_p);
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dcrypto.h411 void CRYPTO_dbg_realloc(void *addr1,void *addr2,int num,const char *file,int line,int before_p);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/
H A Dsmt.c1794 int is_equal(addr1,addr2)
1796 struct fddi_addr *addr2 ;
1798 return(*(u_short *)(&addr1->a[0]) == *(u_short *)(&addr2->a[0]) &&
1799 *(u_short *)(&addr1->a[2]) == *(u_short *)(&addr2->a[2]) &&
1800 *(u_short *)(&addr1->a[4]) == *(u_short *)(&addr2->a[4]) ) ;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/rose/
H A Daf_rose.c109 int rosecmp(rose_address *addr1, rose_address *addr2) argument
114 if (addr1->rose_addr[i] != addr2->rose_addr[i])
123 int rosecmpm(rose_address *addr1, rose_address *addr2, unsigned short mask) argument
134 if ((addr1->rose_addr[j] & 0x0F) != (addr2->rose_addr[j] & 0x0F))
137 if ((addr1->rose_addr[j] & 0xF0) != (addr2->rose_addr[j] & 0xF0))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dataflop.c987 unsigned long flags, addr, addr2; local
1007 addr2 = addr;
1017 } while(addr != addr2);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Dnicstar.c222 u32 handle2, u32 addr2);
1158 u32 handle2, u32 addr2)
1174 if (!addr2)
1178 addr2 = card->sm_addr;
1192 if (!addr2)
1196 addr2 = card->lg_addr;
1209 if (addr2)
1241 writel(addr2, card->membase + DR3);
1250 (type == BUF_SM ? "small" : "large"), addr1, addr2);
1157 push_rxbufs(ns_dev *card, u32 type, u32 handle1, u32 addr1, u32 handle2, u32 addr2) argument

Completed in 310 milliseconds

12