Searched refs:nl (Results 1 - 25 of 46) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dsbni.c315 struct net_local *nl; local
347 nl = (struct net_local *) kmalloc(sizeof(struct net_local), GFP_KERNEL);
348 if( !nl ) {
354 dev->priv = nl;
355 memset( nl, 0, sizeof(struct net_local) );
356 spin_lock_init( &nl->lock );
364 nl->maxframe = DEFAULT_FRAME_LEN;
365 nl->csr1.rate = baud[ num ];
367 if( (nl->cur_rxl_index = rxl[ num ]) == -1 )
369 nl
423 struct net_local *nl = (struct net_local *) p->priv; local
445 struct net_local *nl = (struct net_local *) dev->priv; local
479 struct net_local *nl = (struct net_local *) dev->priv; local
506 struct net_local *nl = (struct net_local *) dev->priv; local
564 struct net_local *nl = (struct net_local *) dev->priv; local
599 struct net_local *nl = (struct net_local *) dev->priv; local
656 struct net_local *nl = (struct net_local *) dev->priv; local
675 struct net_local *nl = (struct net_local *) dev->priv; local
751 struct net_local *nl = (struct net_local *) dev->priv; local
785 struct net_local *nl = (struct net_local *) dev->priv; local
816 struct net_local *nl = (struct net_local *) dev->priv; local
847 struct net_local *nl = (struct net_local *) dev->priv; local
879 struct net_local *nl = (struct net_local *) dev->priv; local
986 struct net_local *nl = (struct net_local *) dev->priv; local
1019 struct net_local *nl = (struct net_local *) dev->priv; local
1072 struct net_local *nl = (struct net_local *) dev->priv; local
1094 struct net_local *nl = (struct net_local *) dev->priv; local
1118 struct net_local *nl = (struct net_local *) dev->priv; local
1141 struct net_local *nl = (struct net_local *) dev->priv; local
1197 struct net_local *nl = (struct net_local *) dev->priv; local
1281 struct net_local *nl = (struct net_local *) dev->priv; local
1378 struct net_local *nl = (struct net_local *) dev->priv; local
1415 struct net_local *nl = (struct net_local *) p->priv; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dplip.c289 struct net_local *nl;
338 nl = (struct net_local *) dev->priv;
340 nl->orig_hard_header = dev->hard_header;
343 nl->orig_hard_header_cache = dev->hard_header_cache;
346 nl->pardev = pardev;
348 nl->port_owner = 0;
351 nl->trigger = PLIP_TRIGGER_WAIT;
352 nl->nibble = PLIP_NIBBLE_WAIT;
355 INIT_LIST_HEAD(&nl->immediate.list);
356 nl
286 struct net_local *nl; local
380 struct net_local *nl = (struct net_local *)dev->priv; local
425 struct net_local *nl = (struct net_local *)dev->priv; local
443 struct net_local *nl = (struct net_local *)dev->priv; local
456 plip_bh_timeout_error(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv, int error) argument
532 plip_none(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
644 plip_receive_packet(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
807 plip_send_packet(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
922 plip_connection_close(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
940 plip_error(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
968 struct net_local *nl; local
1022 struct net_local *nl = (struct net_local *)dev->priv; local
1083 struct net_local *nl = (struct net_local *)dev->priv; local
1095 struct net_local *nl = (struct net_local *)neigh->dev->priv; local
1116 struct net_local *nl = (struct net_local *)dev->priv; local
1175 struct net_local *nl = (struct net_local *)dev->priv; local
1222 struct net_local *nl = (struct net_local *)dev->priv; local
1238 struct net_local *nl = (struct net_local *)dev->priv; local
1266 struct net_local *nl = (struct net_local *)dev->priv; local
1275 struct net_local *nl = (struct net_local *) dev->priv; local
1366 struct net_local *nl = local
[all...]
H A Dethertap.c56 struct sock *nl; member in struct:net_local
121 lp->nl = netlink_kernel_create(dev->base_addr, ethertap_rx);
122 if (lp->nl == NULL)
158 if (lp->nl)
159 lp->nl->protinfo.af_netlink.groups = groups;
208 netlink_broadcast(lp->nl, skb, 0, ~0, GFP_ATOMIC);
211 netlink_broadcast(lp->nl, skb, 0, ~0, GFP_ATOMIC);
219 netlink_unicast(lp->nl, skb, ntohl(pid), MSG_DONTWAIT);
221 netlink_broadcast(lp->nl, skb, 0, ethertap_mc_hash(eth->h_dest), GFP_ATOMIC);
314 struct sock *sk = lp->nl;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/block/
H A Ddasd_3990_erp.c41 char *nl, local
62 nl = (char *) loop_cqr;
63 end_cqr = nl + sizeof (ccw_req_t);
65 while (nl < end_cqr) {
70 nl,
71 nl[0], nl[1], nl[2], nl[3],
72 nl[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dio.h78 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
79 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
160 extern void _insl(volatile u32 *port, void *buf, int nl);
161 extern void _outsl(volatile u32 *port, const void *buf, int nl);
164 extern void _insl_ns(volatile u32 *port, void *buf, int nl);
165 extern void _outsl_ns(volatile u32 *port, const void *buf, int nl);
174 #define insl_ns(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dio.h79 #define insl(port, buf, nl) eeh_insl_ns((u32 *)(port), (buf), (nl))
80 #define outsl(port, buf, nl) eeh_outsl_ns((u32 *)(port), (buf), (nl))
100 extern void _insl(volatile u32 *port, void *buf, int nl);
101 extern void _outsl(volatile u32 *port, const void *buf, int nl);
104 extern void _insl_ns(volatile u32 *port, void *buf, int nl);
105 extern void _outsl_ns(volatile u32 *port, const void *buf, int nl);
114 #define insl_ns(port, buf, nl) insl(port, buf, nl)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dio.h78 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
79 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
160 extern void _insl(volatile u32 *port, void *buf, int nl);
161 extern void _outsl(volatile u32 *port, const void *buf, int nl);
164 extern void _insl_ns(volatile u32 *port, void *buf, int nl);
165 extern void _outsl_ns(volatile u32 *port, const void *buf, int nl);
174 #define insl_ns(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dio.h79 #define insl(port, buf, nl) eeh_insl_ns((u32 *)(port), (buf), (nl))
80 #define outsl(port, buf, nl) eeh_outsl_ns((u32 *)(port), (buf), (nl))
100 extern void _insl(volatile u32 *port, void *buf, int nl);
101 extern void _outsl(volatile u32 *port, const void *buf, int nl);
104 extern void _insl_ns(volatile u32 *port, void *buf, int nl);
105 extern void _outsl_ns(volatile u32 *port, const void *buf, int nl);
114 #define insl_ns(port, buf, nl) insl(port, buf, nl)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hysdn/
H A Dhysdn_net.c112 flush_tx_buffers(struct net_local *nl) argument
115 while (nl->sk_count) {
116 dev_kfree_skb(nl->skbs[nl->out_idx++]); /* free skb */
117 if (nl->out_idx >= MAX_SKB_BUFFERS)
118 nl->out_idx = 0; /* wrap around */
119 nl->sk_count--;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnotifier.h25 extern int notifier_chain_unregister(struct notifier_block **nl, struct notifier_block *n);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnotifier.h25 extern int notifier_chain_unregister(struct notifier_block **nl, struct notifier_block *n);
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/soap/
H A Dsoap_device.c332 IXML_NodeList *nl = NULL; local
346 nl = ixmlElement_getElementsByTagNameNS( ( IXML_Element * ) EnvpNode,
349 if( nl == NULL ) {
353 BodyNode = ixmlNodeList_item( nl, 0 );
391 if( nl )
392 ixmlNodeList_free( nl );
417 IXML_NodeList *nl = NULL; local
425 nl = ixmlDocument_getElementsByTagNameNS( doc, SOAP_URN, SOAP_BODY );
427 if( nl ) {
428 bodyNode = ixmlNodeList_item( nl,
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Dinftrees.c321 int inflate_trees_dynamic(nl, nd, c, bl, bd, tl, td, hp, z)
322 uInt nl; /* number of literal/length codes */
341 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
356 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v);
357 if (r != Z_OK || (*bd == 0 && nl > 257))
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/zlib_inflate/
H A Dinftrees.c315 int zlib_inflate_trees_dynamic(nl, nd, c, bl, bd, tl, td, hp, z)
316 uInt nl; /* number of literal/length codes */
334 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
348 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v);
349 if (r != Z_OK || (*bd == 0 && nl > 257))
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Droute.c9 * Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
345 int nl = 0 ; local
359 if(nl) {
368 if(nl==1) {
394 nl++;
/asus-wl-520gu-7.0.1.45/src/router/ppp/contrib/pppgetpass/
H A Dpppgetpass.vt.c27 char pass[256], *nl; local
185 if((nl=strchr(pass, '\n')))
186 *nl=0;
/asus-wl-520gu-7.0.1.45/src/router/pppd/contrib/pppgetpass/
H A Dpppgetpass.vt.c27 char pass[256], *nl; local
185 if((nl=strchr(pass, '\n')))
186 *nl=0;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/contrib/pppgetpass/
H A Dpppgetpass.vt.c27 char pass[256], *nl; local
185 if((nl=strchr(pass, '\n')))
186 *nl=0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/
H A Dinflate.c749 unsigned nl; /* number of literal/length codes */ local
768 nl = 257 + ((unsigned)b & 0x1f); /* number of literal/length codes */
777 if (nl > 288 || nd > 32)
779 if (nl > 286 || nd > 30)
809 n = nl + nd;
869 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
880 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dgzip_inflate.c751 unsigned nl; /* number of literal/length codes */ local
770 nl = 257 + ((unsigned)b & 0x1f); /* number of literal/length codes */
779 if (nl > 288 || nd > 32)
781 if (nl > 286 || nd > 30)
811 n = nl + nd;
871 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
882 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dunzip.c668 unsigned nl; /* number of literal/length codes */ local
684 nl = 257 + ((unsigned) b_dynamic & 0x1f); /* number of literal/length codes */
701 if (nl > 286 || nd > 30) {
729 n = nl + nd;
800 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0) {
808 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) {
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppdump/
H A Dpppdump.c231 int nb, nl, dn, proto, rv; local
342 nl = nb < 16? nb: 16;
344 for (k = 0; k < nl; ++k)
349 for (k = 0; k < nl; ++k) {
355 p += nl;
356 nb -= nl;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppdump/
H A Dpppdump.c260 int nb, nl, dn, proto, rv; local
371 nl = nb < 16? nb: 16;
373 for (k = 0; k < nl; ++k)
378 for (k = 0; k < nl; ++k) {
384 p += nl;
385 nb -= nl;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppdump/
H A Dpppdump.c251 int nb, nl, dn, proto, rv; local
362 nl = nb < 16? nb: 16;
364 for (k = 0; k < nl; ++k)
369 for (k = 0; k < nl; ++k) {
375 p += nl;
376 nb -= nl;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dfib_semantics.c713 fib_convert_rtentry(int cmd, struct nlmsghdr *nl, struct rtmsg *rtm, argument
745 nl->nlmsg_flags = NLM_F_REQUEST;
746 nl->nlmsg_pid = 0;
747 nl->nlmsg_seq = 0;
748 nl->nlmsg_len = NLMSG_LENGTH(sizeof(*rtm));
750 nl->nlmsg_type = RTM_DELROUTE;
751 nl->nlmsg_flags = 0;
753 nl->nlmsg_type = RTM_NEWROUTE;
754 nl->nlmsg_flags = NLM_F_REQUEST|NLM_F_CREATE;

Completed in 235 milliseconds

12