Searched refs:BCOPY (Results 1 – 9 of 9) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | chap.c | 458 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 D | auth.c | 366 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 D | vj.c | 363 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 D | chpms.c | 150 BCOPY(pwHash, ZPasswordHash, 16); in ChallengeResponse() 390 BCOPY(&response, cstate->response, MS_CHAP_RESPONSE_LEN); in ChapMS()
|
| A D | pap.c | 565 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 D | ppp_impl.h | 213 #define BCOPY(s, d, l) MEMCPY((d), (s), (l)) macro
|
| A D | fsm.c | 878 BCOPY(data, outp + PPP_HDRLEN + HEADERLEN, datalen); in fsm_sdata()
|
| A D | lcp.c | 1597 BCOPY(cip, rejp, cilen); /* Move it */ in lcp_reqci() 1619 BCOPY(nak_buffer, inp, *lenp); in lcp_reqci()
|
| A D | ipcp.c | 1158 BCOPY(cip, ucp, cilen); /* Move it */ in ipcp_reqci()
|
Completed in 38 milliseconds