Searched refs:pf (Results 26 - 50 of 135) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dusbvideo.h364 register unsigned char *pf; local
382 pf = (fr)->data + V4L_BYTES_PER_PIXEL*((iy)*VIDEOSIZE_X((fr)->request) + (ix));
384 *pf++ = 0;
385 *pf++ = 0;
386 *pf++ = 0xFF;
388 *pf++ = (vb);
389 *pf++ = (vg);
390 *pf++ = (vr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/netfilter/
H A Dnf_conntrack_core.h23 extern unsigned int nf_conntrack_in(int pf,
34 extern struct nf_conntrack_l3proto *nf_ct_find_l3proto(u_int16_t pf);
H A Dnf_conntrack_l4proto.h52 int pf,
65 int pf, unsigned int hooknum);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Dax25_subr.c105 int ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf) argument
111 *ns = *nr = *pf = 0;
118 *pf = frame[0] & AX25_PF;
122 *pf = frame[0] & AX25_PF;
125 *pf = frame[0] & AX25_PF;
133 *pf = frame[1] & AX25_EPF;
138 *pf = frame[1] & AX25_EPF;
142 *pf = frame[0] & AX25_PF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6table_raw.c62 .pf = PF_INET6,
69 .pf = PF_INET6,
H A Dip6table_mangle.c120 .pf = PF_INET6,
127 .pf = PF_INET6,
134 .pf = PF_INET6,
141 .pf = PF_INET6,
148 .pf = PF_INET6,
H A Dip6table_filter.c86 .pf = PF_INET6,
93 .pf = PF_INET6,
100 .pf = PF_INET6,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_proto_udp.c75 int pf,
101 int pf,
111 nf_log_packet(pf, 0, skb, NULL, NULL, NULL,
119 nf_log_packet(pf, 0, skb, NULL, NULL, NULL,
129 ((pf == PF_INET && hooknum == NF_IP_PRE_ROUTING) ||
130 (pf == PF_INET6 && hooknum == NF_IP6_PRE_ROUTING)) &&
131 nf_checksum(skb, hooknum, dataoff, IPPROTO_UDP, pf)) {
133 nf_log_packet(pf, 0, skb, NULL, NULL, NULL,
71 udp_packet(struct nf_conn *conntrack, const struct sk_buff *skb, unsigned int dataoff, enum ip_conntrack_info ctinfo, int pf, unsigned int hooknum) argument
99 udp_error(struct sk_buff *skb, unsigned int dataoff, enum ip_conntrack_info *ctinfo, int pf, unsigned int hooknum) argument
H A Dcore.c70 list_for_each(i, &nf_hooks[reg->pf][reg->hooknum]) {
162 int nf_hook_slow(int pf, unsigned int hook, struct sk_buff **pskb, argument
175 elem = &nf_hooks[pf][hook];
177 verdict = nf_iterate(&nf_hooks[pf][hook], pskb, hook, indev,
187 if (!nf_queue(*pskb, elem, pf, hook, indev, outdev, okfn,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dtasn_fre.c182 const ASN1_PRIMITIVE_FUNCS *pf; local
183 pf = it->funcs;
184 if(pf && pf->prim_free) {
185 pf->prim_free(pval, it);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dtasn_fre.c211 const ASN1_PRIMITIVE_FUNCS *pf; local
212 pf = it->funcs;
213 if (pf && pf->prim_free)
215 pf->prim_free(pval, it);
H A Dtasn_new.c332 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; local
333 if (pf->prim_new)
334 return pf->prim_new(pval, it);
381 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; local
382 if (pf->prim_clear)
383 pf->prim_clear(pval, it);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Diptable_mangle.c135 .pf = PF_INET,
142 .pf = PF_INET,
149 .pf = PF_INET,
156 .pf = PF_INET,
163 .pf = PF_INET,
H A Diptable_filter.c96 .pf = PF_INET,
103 .pf = PF_INET,
110 .pf = PF_INET,
H A Diptable_raw.c80 .pf = PF_INET,
87 .pf = PF_INET,
H A Dnf_conntrack_l3proto_ipv4.c204 .pf = PF_INET,
211 .pf = PF_INET,
218 .pf = PF_INET,
225 .pf = PF_INET,
232 .pf = PF_INET,
239 .pf = PF_INET,
246 .pf = PF_INET,
253 .pf = PF_INET,
410 .pf = PF_INET,
H A Dnf_nat_standalone.c281 .pf = PF_INET,
289 .pf = PF_INET,
297 .pf = PF_INET,
305 .pf = PF_INET,
313 .pf = PF_INET,
321 .pf = PF_INET,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debtable_nat.c81 .pf = PF_BRIDGE,
88 .pf = PF_BRIDGE,
95 .pf = PF_BRIDGE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dmicrocode.c69 * Fix sigmatch() macro to handle old CPUs with pf == 0.
127 unsigned int pf; member in struct:ucode_cpu_info
140 uci->pf = uci->rev = 0;
157 uci->pf = 1 << ((val[1] >> 18) & 7);
165 pr_debug("microcode: collect_cpu_info : sig=0x%x, pf=0x%x, rev=0x%x\n",
166 uci->sig, uci->pf, uci->rev);
170 microcode_header_t *mc_header, int sig, int pf)
174 if (!sigmatch(sig, uci->sig, pf, uci->pf)
249 - (mc_header->sig + mc_header->pf
169 microcode_update_match(int cpu_num, microcode_header_t *mc_header, int sig, int pf) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dppp_generic.c90 #define PF_TO_X(pf, X) container_of(pf, X, file)
92 #define PF_TO_PPP(pf) PF_TO_X(pf, struct ppp)
93 #define PF_TO_CHANNEL(pf) PF_TO_X(pf, struct channel)
243 static int ppp_unattached_ioctl(struct ppp_file *pf, struct file *file,
268 static void init_ppp_file(struct ppp_file *pf, int kind);
558 struct ppp_file *pf = file->private_data; local
561 if (pf !
585 struct ppp_file *pf = file->private_data; local
645 struct ppp_file *pf = file->private_data; local
682 struct ppp_file *pf = file->private_data; local
743 struct ppp_file *pf = file->private_data; local
975 ppp_unattached_ioctl(struct ppp_file *pf, struct file *file, unsigned int cmd, unsigned long arg) argument
2744 init_ppp_file(struct ppp_file *pf, int kind) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dimgconvert.c723 const PixFmtInfo* pf = &pix_fmt_info[pix_fmt]; local
731 if (pf->pixel_type == FF_PIXEL_PACKED || pf->pixel_type == FF_PIXEL_PALETTE) {
744 w = width * (pf->depth * pf->nb_channels / 8);
749 data_planes = pf->nb_channels;
750 w = (width*pf->depth + 7)/8;
759 w = width >> pf->x_chroma_shift;
760 h = height >> pf->y_chroma_shift;
773 if (pf
788 const PixFmtInfo *pf, *ps; local
843 const PixFmtInfo *pf; local
956 const PixFmtInfo *pf = &pix_fmt_info[pix_fmt]; local
998 const PixFmtInfo *pf = &pix_fmt_info[pix_fmt]; local
2750 const PixFmtInfo *pf = &pix_fmt_info[pix_fmt]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/lapb/
H A Dlapb_subr.c164 frame->pf = skb->data[1] & LAPB_EPF;
176 frame->pf = skb->data[1] & LAPB_EPF;
185 frame->pf = skb->data[0] & LAPB_SPF;
198 frame->pf = skb->data[0] & LAPB_SPF;
205 frame->pf = skb->data[0] & LAPB_SPF;
211 frame->pf = skb->data[0] & LAPB_SPF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_eq.c77 &eq->pf,
107 &eq->pf,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A DMakefile26 obj-$(CONFIG_PARIDE_PF) += pf.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dtftpd.c299 static void sendtftp(struct testcase *test, struct formats *pf);
301 static void recvtftp(struct testcase *test, struct formats *pf);
955 struct formats *pf; local
1001 for (pf = formata; pf->f_mode; pf++)
1002 if (strcmp(pf->f_mode, mode) == 0)
1004 if (!pf->f_mode) {
1014 recvtftp(test, pf);
1016 sendtftp(test, pf);
1120 sendtftp(struct testcase *test, struct formats *pf) argument
1189 recvtftp(struct testcase *test, struct formats *pf) argument
[all...]

Completed in 169 milliseconds

123456