Searched refs:plen (Results 26 - 43 of 43) sorted by relevance

12

/barrelfish-master/include/lwip2/netif/ppp/
H A Dipv6cp.c267 static int ipv6cp_printpkt(const u_char *p, int plen,
1401 static int ipv6cp_printpkt(const u_char *p, int plen, argument
1410 if (plen < HEADERLEN)
1416 if (len < HEADERLEN || len > plen)
H A Deap.c432 int id, i, plen, toffs; local
464 plen = b64dec(&bs,
479 if (id + 1 <= plen && id + 9 > plen)
482 if (plen % 8 == 0 && i < 5) {
488 if ((i = plen = *(unsigned char *)clear) > 7)
490 pcb->eap.es_server.ea_peerlen = plen;
493 plen -= i;
496 while (plen > 0) {
501 plen
[all...]
H A Dccp.c176 static int ccp_printpkt(const u_char *p, int plen, void (*printer) (void *, const char *, ...), void *arg);
1522 static int ccp_printpkt(const u_char *p, int plen, void (*printer) (void *, const char *, ...), void *arg) { argument
1528 if (plen < HEADERLEN)
1533 if (len < HEADERLEN || len > plen)
H A Dipcp.c267 static int ipcp_printpkt(const u_char *p, int plen,
2239 static int ipcp_printpkt(const u_char *p, int plen, argument
2248 if (plen < HEADERLEN)
2254 if (len < HEADERLEN || len > plen)
H A Dlcp.c271 static int lcp_printpkt(const u_char *p, int plen,
2384 static int lcp_printpkt(const u_char *p, int plen, argument
2391 if (plen < HEADERLEN)
2397 if (len < HEADERLEN || len > plen)
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Deap.c432 int id, i, plen, toffs; local
464 plen = b64dec(&bs,
479 if (id + 1 <= plen && id + 9 > plen)
482 if (plen % 8 == 0 && i < 5) {
488 if ((i = plen = *(unsigned char *)clear) > 7)
490 pcb->eap.es_server.ea_peerlen = plen;
493 plen -= i;
496 while (plen > 0) {
501 plen
[all...]
H A Dccp.c176 static int ccp_printpkt(const u_char *p, int plen, void (*printer) (void *, const char *, ...), void *arg);
1522 static int ccp_printpkt(const u_char *p, int plen, void (*printer) (void *, const char *, ...), void *arg) { argument
1528 if (plen < HEADERLEN)
1533 if (len < HEADERLEN || len > plen)
H A Dipcp.c267 static int ipcp_printpkt(const u_char *p, int plen,
2239 static int ipcp_printpkt(const u_char *p, int plen, argument
2248 if (plen < HEADERLEN)
2254 if (len < HEADERLEN || len > plen)
H A Dlcp.c271 static int lcp_printpkt(const u_char *p, int plen,
2384 static int lcp_printpkt(const u_char *p, int plen, argument
2391 if (plen < HEADERLEN)
2397 if (len < HEADERLEN || len > plen)
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Dip4_frag.c751 u16_t plen = p->len - poff; local
752 newpbuflen = LWIP_MIN(left_to_copy, plen);
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Ds3_pkt.c629 unsigned char *p,*plen; local
739 plen=p;
782 s2n(wr->length,plen);
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_vfy.c459 int i, ok=0, must_be_ca, plen = 0;
574 && (plen > (x->ex_pathlen + proxy_path_length + 1)))
584 plen++;
/barrelfish-master/lib/openssl-1.0.0d/crypto/pem/
H A Dpem.h415 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, const char *name, BIO *bp,
/barrelfish-master/include/openssl/
H A Dpem.h415 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, const char *name, BIO *bp,
H A Dasn1t.h646 long plen; /* length */ member in struct:ASN1_TLC_st
H A Dbio.h323 typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg);
/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Dasn1t.h646 long plen; /* length */ member in struct:ASN1_TLC_st
/barrelfish-master/lib/openssl-1.0.0d/crypto/bio/
H A Dbio.h323 typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg);

Completed in 188 milliseconds

12