Searched refs:nl (Results 176 - 200 of 615) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/pidl/lib/Parse/Pidl/Samba4/
H A DPython.pm212 my $nl = GetNextLevel($e, $l);
214 not ($nl->{TYPE} eq "ARRAY" and ($nl->{IS_FIXED} or is_charset_array($e, $nl))) and
215 not ($nl->{TYPE} eq "DATA" and Parse::Pidl::Typelist::scalar_is_reference($nl->{DATA_TYPE}))) {
900 my $nl = GetNextLevel($e, $l);
903 if ($nl->{TYPE} eq "DATA" and Parse::Pidl::Typelist::scalar_is_reference($nl->{DATA_TYPE})) {
904 $self->ConvertObjectFromPythonLevel($env, $mem_ctx, $py_var, $e, $nl,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/netfilter_nft/
H A Dnftnlrdr_misc.c52 static struct mnl_socket *nl = NULL; variable in typeref:struct:mnl_socket
657 if (nl == NULL) {
658 nl = mnl_socket_open(NETLINK_NETFILTER);
659 if (nl == NULL) {
664 if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) {
669 portid = mnl_socket_get_portid(nl);
671 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) {
678 ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
683 ret = mnl_socket_recvfrom(nl, buf, sizeof(buf));
689 /* mnl_socket_close(nl); */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/contrib/pppgetpass/
H A Dpppgetpass.vt.c27 char pass[256], *nl; local
185 if((nl=strchr(pass, '\n')))
186 *nl=0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/kernel/
H A Dtopology.c45 unsigned char nl; member in union:tl_entry
141 if (tle->nl)
157 switch (tle->nl) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/kernel/
H A Dtopology.c45 unsigned char nl; member in union:tl_entry
141 if (tle->nl)
157 switch (tle->nl) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/contrib/wrt/
H A Ddhcp_release.c257 int nl = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); local
265 if (fd == -1 || nl == -1)
287 server = find_interface(lease, nl, if_nametoindex(argv[1]));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/contrib/pppgetpass/
H A Dpppgetpass.vt.c27 char pass[256], *nl; local
185 if((nl=strchr(pass, '\n')))
186 *nl=0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/contrib/wrt/
H A Ddhcp_release.c257 int nl = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); local
265 if (fd == -1 || nl == -1)
287 server = find_interface(lease, nl, if_nametoindex(argv[1]));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/contrib/pppgetpass/
H A Dpppgetpass.vt.c27 char pass[256], *nl; local
185 if((nl=strchr(pass, '\n')))
186 *nl=0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/contrib/wrt/
H A Ddhcp_release.c257 int nl = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); local
265 if (fd == -1 || nl == -1)
287 server = find_interface(lease, nl, if_nametoindex(argv[1]));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/usb-modeswitch-2.2.3/jim/autosetup/
H A Dautosetup917 nl
921 nl
927 nl
933 nl
935 proc nl {} {
945 nl
949 nl
1202 nl
1440 nl
1444 nl
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/usb-modeswitch-2.2.3/jim/autosetup/
H A Dautosetup917 nl
921 nl
927 nl
933 nl
935 proc nl {} {
945 nl
949 nl
1202 nl
1440 nl
1444 nl
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/usb-modeswitch-2.2.3/jim/autosetup/
H A Dautosetup917 nl
921 nl
927 nl
933 nl
935 proc nl {} {
945 nl
949 nl
1202 nl
1440 nl
1444 nl
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/
H A Dlzop.c91 unsigned nl; local
157 nl = ip[-2] & 3;
159 if (nl == 0 && lit == 1 && ip[0] >= 16) {
160 next_lit = nl;
170 if (nl == 0
211 nl = ip[-2] & 3;
213 if (t == 1 && lit > 3 && nl == 0
259 nl = ip[-2] & 3;
261 if (t == 1 && lit == 0 && nl == 0 && ip[0] >= 16) {
262 next_lit = nl;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/
H A Dlzop.c91 unsigned nl; local
157 nl = ip[-2] & 3;
159 if (nl == 0 && lit == 1 && ip[0] >= 16) {
160 next_lit = nl;
170 if (nl == 0
211 nl = ip[-2] & 3;
213 if (t == 1 && lit > 3 && nl == 0
259 nl = ip[-2] & 3;
261 if (t == 1 && lit == 0 && nl == 0 && ip[0] >= 16) {
262 next_lit = nl;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/
H A Dlzop.c91 unsigned nl; local
157 nl = ip[-2] & 3;
159 if (nl == 0 && lit == 1 && ip[0] >= 16) {
160 next_lit = nl;
170 if (nl == 0
211 nl = ip[-2] & 3;
213 if (t == 1 && lit > 3 && nl == 0
259 nl = ip[-2] & 3;
261 if (t == 1 && lit == 0 && nl == 0 && ip[0] >= 16) {
262 next_lit = nl;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/compression/
H A Dmszip.c487 uint32_t nl; /* number of literal/length codes */ local
499 nl = 257 + ((uint32_t)b & 0x1f); /* number of literal/length codes */
507 if(nl > 288 || nd > 32)
530 n = nl + nd;
584 if((i = Ziphuft_build(decomp_state, ll, nl, 257, Zipcplens, Zipcplext, &tl, &bl)) != 0)
591 Ziphuft_build(decomp_state, ll + nl, nd, 0, Zipcpdist, Zipcpdext, &td, &bd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/compression/
H A Dmszip.c487 uint32_t nl; /* number of literal/length codes */ local
499 nl = 257 + ((uint32_t)b & 0x1f); /* number of literal/length codes */
507 if(nl > 288 || nd > 32)
530 n = nl + nd;
584 if((i = Ziphuft_build(decomp_state, ll, nl, 257, Zipcplens, Zipcplext, &tl, &bl)) != 0)
591 Ziphuft_build(decomp_state, ll + nl, nd, 0, Zipcpdist, Zipcpdext, &td, &bd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/compression/
H A Dmszip.c487 uint32_t nl; /* number of literal/length codes */ local
499 nl = 257 + ((uint32_t)b & 0x1f); /* number of literal/length codes */
507 if(nl > 288 || nd > 32)
530 n = nl + nd;
584 if((i = Ziphuft_build(decomp_state, ll, nl, 257, Zipcplens, Zipcplext, &tl, &bl)) != 0)
591 Ziphuft_build(decomp_state, ll + nl, nd, 0, Zipcpdist, Zipcpdext, &td, &bd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dtraps.c480 int nl = 0; local
488 nl = 1;
490 if (nl)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/xtensa/kernel/
H A Dtraps.c480 int nl = 0; local
488 nl = 1;
490 if (nl)

Completed in 375 milliseconds

1234567891011>>