Searched refs:allow (Results 76 - 100 of 332) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dserver6_token.l106 allow { BEGIN S_OPTION; return ALLOW; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Doti6858.c245 u8 *allow; local
267 allow = kmalloc(1, GFP_KERNEL);
268 if (!allow) {
277 count, 0, allow, 1, 100);
278 if (result != 1 || *allow != 0)
280 kfree(allow);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dconnect.c715 long allow; local
734 allow = Curl_timeleft(data, &now, TRUE);
736 if(allow < 0) {
819 allow : allow / 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Dlsm.c130 *effective = cap_intersect(*effective, profile->caps.allow);
131 *permitted = cap_intersect(*permitted, profile->caps.allow);
391 fcxt->allow = MAY_EXEC | MAY_READ | AA_EXEC_MMAP;
403 fcxt->allow = aa_map_file_to_perms(file);
448 ((fprofile != profile) || (mask & ~fcxt->allow)))
883 * TODO: allow setting an alternate profile than unconfined
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtdocview.tex115 to allow the framework to create document objects on demand. When you create
142 to allow the framework to create view objects on demand. When you create
190 CLASSINFO(YourViewClass) to allow dynamic instance creation.
262 to allow the user to quickly load these files using the list appended to the File menu.
265 to derive from it to allow different behaviour, such as popping up a scrolling
306 To allow communication between the application's menus and the
H A Ddirdlg.tex20 \twocolitem{\windowstyle{wxDD\_DIR\_MUST\_EXIST}}{The dialog will allow the user to choose only an existing folder. When this style is not given, a "Create new directory" button is added to the dialog (on Windows) or some other way is provided to the user to type the name of a new folder.}
H A Drecguard.tex28 // don't allow reentrancy
H A Devent.tex182 In general, it is recommended to skip all non-command events to allow the
195 \helpref{ResumePropagation}{wxeventresumepropagation} to allow propagating the
H A Dobject.tex57 A virtual function that may be redefined by derived classes to allow dumping of
71 call the Dump member of the class's base class to allow all information to be
H A Dtdebug.tex28 and compiler -- some systems don't allow all memory logging to be enabled). See the
52 compilers allow this definition to work properly, but most do.
H A Dauimanager.tex59 A row can allow for two docks to be placed next to each other. One of
130 \arg{flags} specifies options which allow the frame management behavior
293 specifies options which allow the frame management behavior to be modified.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dx_tables.c393 char used[64], allow[64]; local
399 textify_hooks(allow, sizeof(allow), par->match->hooks));
553 char used[64], allow[64]; local
559 textify_hooks(allow, sizeof(allow), par->target->hooks));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/passdb/
H A Dpdb_get_set.c75 uint32 allow; local
91 if (!pdb_get_account_policy(AP_MIN_PASSWORD_AGE, &allow))
92 allow = 0;
95 return sampass->pass_last_set_time + allow;
543 have to allow the explicitly setting of a group SID here.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds2_clnt.c340 STACK_OF(SSL_CIPHER) *sk = NULL, *cl, *prio, *allow;
482 allow = cl;
485 allow = sk;
494 if (sk_SSL_CIPHER_find(allow, sk_SSL_CIPHER_value(prio, i)) >= 0)
H A Ds2_srvr.c567 STACK_OF(SSL_CIPHER) *prio, *allow;
690 allow = cs;
693 allow = cl;
700 sk_SSL_CIPHER_find(allow, cp) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds2_clnt.c338 STACK_OF(SSL_CIPHER) *sk=NULL,*cl, *prio, *allow;
483 allow = cl;
488 allow = sk;
497 if (sk_SSL_CIPHER_find(allow,
H A Ds2_srvr.c527 STACK_OF(SSL_CIPHER) *prio, *allow;
649 allow = cs;
654 allow = cl;
658 if (sk_SSL_CIPHER_find(allow,sk_SSL_CIPHER_value(prio,z)) < 0)
H A Ds3_lib.c2093 STACK_OF(SSL_CIPHER) *prio, *allow;
2129 allow = clnt;
2134 allow = srvr;
2175 j=sk_SSL_CIPHER_find(allow,c);
2178 ret=sk_SSL_CIPHER_value(allow,j);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds2_clnt.c340 STACK_OF(SSL_CIPHER) *sk = NULL, *cl, *prio, *allow;
482 allow = cl;
485 allow = sk;
494 if (sk_SSL_CIPHER_find(allow, sk_SSL_CIPHER_value(prio, i)) >= 0)
H A Ds2_srvr.c567 STACK_OF(SSL_CIPHER) *prio, *allow;
690 allow = cs;
693 allow = cl;
700 sk_SSL_CIPHER_find(allow, cp) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dhead-uc-fr451.S71 sethi.p %hi(32768),gr4 ; allow for a maximal allocator bitmap
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Dsleep.S93 /* sleep magic, to allow the bootloader to check for an valid
113 @@ load UART to allow us to print the two characters for
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Dsleep.S153 * This is to allow sleep_save_sp to be accessed with a relative load
173 mcr p15, 0, r1, c9, c0, 5 @ allow user space to use RB
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dprism2sta.c23 * above. If you wish to allow the use of your version of this file
24 * only under the terms of the GPL and not to allow others to use
1266 /* Collect the BSSID, and set state to allow tx */
1632 ** Only allow the authentication if the MAC address
1641 if (hw->allow.modify == 0) {
1642 cnt = hw->allow.cnt;
1643 addr = hw->allow.addr[0];
1645 cnt = hw->allow.cnt1;
1646 addr = hw->allow.addr1[0];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex34 \item To allow user to set traffic class bits.
36 \item To allow user to read traffic class bits of received packets.
323 still can be shared by another sockets. Current implementation does not allow
328 or closed all the sockets using it. Current implementation does not allow

Completed in 353 milliseconds

1234567891011>>