Searched refs:entry (Results 426 - 450 of 703) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibipt_dscp.c83 const struct ipt_entry *entry,
82 parse(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, unsigned int *nfcache, struct ipt_entry_match **match) argument
H A Dlibipt_ecn.c43 const struct ipt_entry *entry,
42 parse(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, unsigned int *nfcache, struct ipt_entry_match **match) argument
H A Dlibipt_length.c76 const struct ipt_entry *entry,
75 parse(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, unsigned int *nfcache, struct ipt_entry_match **match) argument
H A Dlibipt_pkttype.c94 const struct ipt_entry *entry,
136 printf("%d ", info->pkttype); /* in case we didn't find an entry in named-packtes */
93 parse(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, unsigned int *nfcache, struct ipt_entry_match **match) argument
H A Dlibipt_pool.c51 const struct ipt_entry *entry,
50 parse(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, unsigned int *nfcache, struct ipt_entry_match **match) argument
H A Dlibipt_psd.c79 const struct ipt_entry *entry,
78 parse(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, unsigned int *nfcache, struct ipt_entry_match **match) argument
H A Dlibipt_state.c70 const struct ipt_entry *entry,
69 parse(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, unsigned int *nfcache, struct ipt_entry_match **match) argument
H A Dlibipt_tcpmss.c70 const struct ipt_entry *entry,
69 parse(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, unsigned int *nfcache, struct ipt_entry_match **match) argument
H A Dlibipt_time.c81 const struct ipt_entry *entry,
80 parse(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, unsigned int *nfcache, struct ipt_entry_match **match) argument
H A Dlibipt_tos.c86 const struct ipt_entry *entry,
85 parse(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, unsigned int *nfcache, struct ipt_entry_match **match) argument
H A Dlibipt_webstr.c68 const struct ipt_entry *entry,
67 parse(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, unsigned int *nfcache, struct ipt_entry_match **match) argument
/asus-wl-520gu-7.0.1.45/src/router/iptables/include/libiptc/
H A Dlibiptc.h49 /* Returns a pointer to the target name of this entry. */
65 /* Insert the entry `e' in chain `chain' into position `rulenum'. */
77 /* Append entry `e' to chain `chain'. Equivalent to insert with
98 struct ipt_entry *entry,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dcoff.h15 #define E_DIMNUM 4 /* Number of array dimensions in auxiliary entry */
110 /* Linux COFF must have this "optional" header. Standard COFF has no entry
111 location for the "entry" point. They normally would start with the first
128 char entry[4]; /* entry pt. */ member in struct:__anon6664
195 char sl_entsz[4]; /* Size of this entry */
204 /* 1 line number entry for every "breakpointable" source line in a section.
205 * Line numbers are grouped on a per function basis; first entry in a function
225 #define COFF_E_DIMNUM 4 /* # array dimensions in auxiliary entry */
276 char x_endndx[4]; /* entry nd
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dpgtable.h83 * PGDIR_SHIFT determines what a first-level page table entry can map.
197 * Conversion functions: convert a page and protection to a page entry,
198 * and a page entry and page directory to the page they refer to.
326 /* Find an entry in the second-level page table.. */
330 /* Find an entry in the third-level page table.. */
412 #define SWP_TYPE(entry) (((entry).val >> 1) & 0xff)
413 #define SWP_OFFSET(entry) (((entry).val << 1) >> 10)
/asus-wl-520gu-7.0.1.45/src/router/wanduck/
H A Dwanduck.c95 perror("cannot get service entry");
220 struct dirent *entry; local
245 while((entry = readdir(ppp_dir)) != NULL){
246 if(!strcmp(entry->d_name, ".") || !strcmp(entry->d_name, ".."))
249 if(strstr(entry->d_name, "link") != NULL){
279 while((entry = readdir(ppp_dir)) != NULL){
280 if(!strcmp(entry->d_name, ".") || !strcmp(entry->d_name, ".."))
283 if(strstr(entry
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dentry.S1 /* $Id: entry.S,v 1.1.1.1 2008/10/15 03:26:18 james26_jang Exp $
2 * arch/sparc/kernel/entry.S: Sparc trap low-level entry points.
339 * for cross calls. That has a separate entry point below.
972 deccc %l3 ! do we have a free entry?
978 ld [%l4 + 0x00], %l6 ! entry = sun4c_kfree_ring.ringhd.next
979 st %l5, [%l6 + 0x08] ! entry->vaddr = address
981 ld [%l6 + 0x00], %l3 ! next = entry->next
982 ld [%l6 + 0x04], %l7 ! entry->prev
984 st %l7, [%l3 + 0x04] ! next->prev = entry
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mm/
H A Dtlbex-r3k.S171 /* Test present bit in entry. */
190 tlbp # find faulting entry
207 tlbp # find faulting entry
218 /* Now reload the entry into the tlb. */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/prep/
H A Dof1275.h359 void *entry; member in struct:_of_chain_service
365 int of_chain(void *virt, int size, void *entry, void *args, int len);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dbnode.c131 block = hfs_extent_map(&tree->entry.u.file.data_fork, node, 0);
352 * which reflect one less process using the node than upon entry.
428 (int)ntohl(tree->entry.cnid), node);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dinode.c662 #define INODE(entry) (list_entry(entry, struct inode, i_list))
667 struct list_head *entry, *freeable = &list; local
674 entry = inode_unused.prev;
675 while (entry != &inode_unused)
677 struct list_head *tmp = entry;
679 entry = entry->prev;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dacpitable.c161 if (acpi_process_table(xsdt->entry[i]))
173 if (acpi_process_table(rsdt->entry[i]))
261 printk(KERN_WARNING "acpi: Unsupported MADT entry type 0x%x\n", entry_header->type);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l474 stop("Unable to allocate include stack entry",
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dsunqe.c573 int len, entry; local
580 entry = qep->tx_new;
582 txbuf = &qbufs->tx_buf[entry & (TX_RING_SIZE - 1)][0];
584 qebuf_offset(tx_buf, (entry & (TX_RING_SIZE - 1)));
587 qep->qe_block->qe_txd[entry].tx_flags = TXD_UPDATE;
591 qep->qe_block->qe_txd[entry].tx_addr = txbuf_dvma;
592 qep->qe_block->qe_txd[entry].tx_flags =
594 qep->tx_new = NEXT_TX(entry);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_nat_rule.c28 /* Standard entry. */
31 struct ipt_entry entry; member in struct:ipt_standard
43 struct ipt_entry entry; member in struct:ipt_error
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_nat_rule.c28 /* Standard entry. */
31 struct ipt_entry entry; member in struct:ipt_standard
43 struct ipt_entry entry; member in struct:ipt_error

Completed in 291 milliseconds

<<11121314151617181920>>