Home
last modified time | relevance | path

Searched refs:BCOPY (Results 1 – 9 of 9) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dchap.c458 BCOPY(inp, rhostname, len); in ChapReceiveChallenge()
497 BCOPY(hash, cstate->response, MD5_SIGNATURE_SIZE); in ChapReceiveChallenge()
577 BCOPY(inp, rhostname, len); in ChapReceiveResponse()
728 BCOPY(cstate->challenge, outp, chal_len); in ChapSendChallenge()
731 BCOPY(cstate->chal_name, outp, name_len); /* append hostname */ in ChapSendChallenge()
767 BCOPY(msg, outp, msglen); in ChapSendStatus()
828 BCOPY(cstate->response, outp, md_len); /* copy MD to buffer */ in ChapSendResponse()
831 BCOPY(cstate->resp_name, outp, name_len); /* append our name */ in ChapSendResponse()
A Dauth.c366 BCOPY(addr, wp->word, l);
611 BCOPY(name, peer_authname, namelen); in auth_peer_success()
883 BCOPY(apasswd, passwd, passwdlen); in check_passwd()
885 BCOPY(auser, user, userlen); in check_passwd()
1096 BCOPY(ppp_settings.passwd, secret, len); in get_secret()
1123 BCOPY(secbuf, secret, len); in get_secret()
A Dvj.c363 BCOPY(ip, &cs->cs_ip, hlen); in vj_compress_tcp()
396 BCOPY(new_seq, cp, deltaS); in vj_compress_tcp()
406 BCOPY(ip, &cs->cs_ip, hlen); in vj_compress_tcp()
449 BCOPY(ip, &cs->cs_ip, hlen); in vj_uncompress_uncomp()
A Dchpms.c150 BCOPY(pwHash, ZPasswordHash, 16); in ChallengeResponse()
390 BCOPY(&response, cstate->response, MS_CHAP_RESPONSE_LEN); in ChapMS()
A Dpap.c565 BCOPY(u->us_user, outp, u->us_userlen); in upap_sauthreq()
568 BCOPY(u->us_passwd, outp, u->us_passwdlen); in upap_sauthreq()
597 BCOPY(msg, outp, msglen); in upap_sresp()
A Dppp_impl.h213 #define BCOPY(s, d, l) MEMCPY((d), (s), (l)) macro
A Dfsm.c878 BCOPY(data, outp + PPP_HDRLEN + HEADERLEN, datalen); in fsm_sdata()
A Dlcp.c1597 BCOPY(cip, rejp, cilen); /* Move it */ in lcp_reqci()
1619 BCOPY(nak_buffer, inp, *lenp); in lcp_reqci()
A Dipcp.c1158 BCOPY(cip, ucp, cilen); /* Move it */ in ipcp_reqci()

Completed in 38 milliseconds