Searched refs:np (Results 1 - 25 of 275) sorted by last modified time

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dcommon.c990 struct dhcp6opt *np, opth; local
1011 for (; p + 1 <= ep; p = np) {
1019 np = (struct dhcp6opt *)(cp + optlen);
1025 if (np > ep) {
1429 char *np, *cp; local
1446 //for (; p + sizeof(struct dhcp6opt) <= ep; p = np) {
1447 for (; /*p + sizeof(struct dhcp6opt) <= ep*/; p = np) {
1470 np = cp + optlen;
1474 if (np > ep) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dprintcap.c314 int tnamatch(char *np) argument
322 for (Np = np; *Np && *Bp == *Np; Bp++, Np++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dmangle_map.c134 char *np; /* Points into new_string. */ local
159 np = new_string;
163 *np++ = *end++;
173 safe_strcpy( np, match_string, size_left );
174 np += strlen( match_string );
180 *np++ = *end++;
189 *np++ = '\0'; /* NULL terminate it. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/sha/asm/
H A Dsha1-586.pl125 local($n0,$n1,$n2,$n3,$np)=&Na($n);
152 local($n0,$n1,$n2,$n3,$np)=&Na($n);
176 local($n0,$n1,$n2,$n3,$np)=&Na($n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dssl.h1026 #define SSL_get_cipher_bits(s,np) \
1027 SSL_CIPHER_get_bits(SSL_get_current_cipher(s),np)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dssl.h1026 #define SSL_get_cipher_bits(s,np) \
1027 SSL_CIPHER_get_bits(SSL_get_current_cipher(s),np)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/linux/
H A Dif_pppox.h141 extern int pppox_proto_init(struct net_proto *np);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dbsd-comp.c508 mblk_t *np, *mret; local
602 np = mp->b_cont;
605 if (!np)
607 rptr = np->b_rptr;
608 slen = np->b_wptr - rptr;
609 np = np->b_cont;
H A Dppp.c1090 mblk_t *reply, *np; local
1332 np = allocb(PPP_HDRLEN, BPRI_HI);
1333 if (np == 0)
1335 np->b_cont = mp->b_cont;
1338 mp = np;
1556 mblk_t *np = copymsg(mp); local
1558 if (np != 0)
1559 putnext(ppa->q, np);
H A Dppp_ahdlc.c355 mblk_t *np; local
422 np = allocb(sizeof(int), BPRI_HI);
423 if (np == 0) {
429 mp->b_cont = np;
433 *(int *)np->b_wptr = state->flags & RCV_FLAGS;
437 np->b_wptr += sizeof(int);
443 np = allocb(sizeof(struct ppp_stats), BPRI_HI);
444 if (np == 0) {
450 mp->b_cont = np;
451 psp = (struct ppp_stats *) np
[all...]
H A Dppp_comp.c329 mblk_t *np; local
506 np = allocb(sizeof(struct ppp_stats), BPRI_HI);
507 if (np == 0) {
513 mp->b_cont = np;
514 psp = (struct ppp_stats *) np->b_wptr;
515 np->b_wptr += sizeof(struct ppp_stats);
523 np = allocb(sizeof(struct ppp_comp_stats), BPRI_HI);
524 if (np == 0) {
530 mp->b_cont = np;
531 csp = (struct ppp_comp_stats *) np
797 mblk_t *mp, *dmp = NULL, *np; local
[all...]
H A Dppp_mod.h125 mblk_t *np = msgpullup((mp), (len)); \
127 mp = np; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c2068 struct netent *np; local
2144 np = getnetbyname (ptr_word);
2145 if (np != NULL && np->n_addrtype == AF_INET) {
2146 a = htonl ((u_int32_t)np->n_net);
H A Dmain.c1968 struct notifier *np; local
1970 np = malloc(sizeof(struct notifier));
1971 if (np == 0)
1973 np->next = *notif;
1974 np->func = func;
1975 np->arg = arg;
1976 *notif = np;
1989 struct notifier *np; local
1991 for (; (np = *notif) != 0; notif = &np
2008 struct notifier *np; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/solaris/
H A Dppp.c1098 mblk_t *reply, *np; local
1340 np = allocb(PPP_HDRLEN, BPRI_HI);
1341 if (np == 0)
1343 np->b_cont = mp->b_cont;
1346 mp = np;
1569 mblk_t *np = copymsg(mp); local
1571 if (np != 0)
1572 putnext(ppa->q, np);
H A Dppp_ahdlc.c354 mblk_t *np; local
413 np = allocb(sizeof(int), BPRI_HI);
414 if (np == 0) {
420 mp->b_cont = np;
422 *(int *)np->b_wptr = state->flags & RCV_FLAGS;
424 np->b_wptr += sizeof(int);
430 np = allocb(sizeof(struct ppp_stats), BPRI_HI);
431 if (np == 0) {
437 mp->b_cont = np;
438 psp = (struct ppp_stats *) np
[all...]
H A Dppp_comp.c329 mblk_t *np; local
506 np = allocb(sizeof(struct ppp_stats), BPRI_HI);
507 if (np == 0) {
513 mp->b_cont = np;
514 psp = (struct ppp_stats *) np->b_wptr;
515 np->b_wptr += sizeof(struct ppp_stats);
523 np = allocb(sizeof(struct ppp_comp_stats), BPRI_HI);
524 if (np == 0) {
530 mp->b_cont = np;
531 csp = (struct ppp_comp_stats *) np
797 mblk_t *mp, *dmp = NULL, *np; local
[all...]
H A Dppp_mod.h125 mblk_t *np = msgpullup((mp), (len)); \
127 mp = np; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_mont.c106 BN_ULONG *ap,*np,*rp,n0,v,*nrp; local
128 np=n->d;
159 v=bn_mul_add_words(rp,np,nl,(BN_ULONG) t1);
162 v=bn_mul_add_words(rp,np,nl,(rp[0]*n0)&BN_MASK2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/conf/
H A Dconf_def.c517 char *s,*e,*rp,*p,*rrp,*np,*cp,v; local
589 e=np=s;
594 cp=np;
599 np=e;
624 p=_CONF_get_string(conf,cp,np);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/lhash/
H A Dlhash.c307 LHASH_NODE **n,**n1,**n2,*np; local
319 for (np= *n1; np != NULL; )
322 hash=np->hash;
324 hash=lh->hash(np->data);
330 np->next= *n2;
331 *n2=np;
335 np= *n1;
363 LHASH_NODE **n,*n1,*np; local
365 np
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/ams/
H A Dams-core.c203 struct device_node *np; local
210 np = of_find_node_by_name(NULL, "accelerometer");
211 if (np && of_device_is_compatible(np, "AAPL,accelerometer_1"))
213 return ams_i2c_init(np);
217 np = of_find_node_by_name(NULL, "sms");
218 if (np && of_device_is_compatible(np, "sms"))
220 return ams_pmu_init(np);
H A Dams-i2c.c262 int __init ams_i2c_init(struct device_node *np) argument
271 ams_info.of_node = np;
H A Dams-pmu.c147 int __init ams_pmu_init(struct device_node *np) argument
155 ams_info.of_node = np;
H A Dams.h68 extern int ams_pmu_init(struct device_node *np);
69 extern int ams_i2c_init(struct device_node *np);

Completed in 141 milliseconds

1234567891011