Searched refs:rejbuf (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/usr.sbin/npppd/npppd/ |
| H A D | ccp.c | 115 u_char *rejbuf, *nakbuf, *nakbuf0, *pktp0; in ccp_reqci() local 123 rejbuf = NULL; in ccp_reqci() 129 if ((rejbuf = malloc(*lpktp)) == NULL) { in ccp_reqci() 133 free(rejbuf); in ccp_reqci() 175 memcpy(rejbuf + lrej, pktp, len); in ccp_reqci() 185 memcpy(pktp0, rejbuf, lrej); in ccp_reqci() 194 free(rejbuf); in ccp_reqci()
|
| H A D | ipcp.c | 197 u_char rejbuf0[256], nakbuf0[256], *nakbuf, *rejbuf, *pktp0; in ipcp_reqci() local 210 rejbuf = rejbuf0; in ipcp_reqci() 218 rejbuf = pktp; in ipcp_reqci() 322 memmove(rejbuf + lrej, pktp, len); in ipcp_reqci()
|
| H A D | lcp.c | 431 u_char *inp0, *rejbuf, *nakbuf, *nakbuf0; in lcp_reqci() local 435 rejbuf = NULL; in lcp_reqci() 440 if ((rejbuf = malloc(*lenp)) == NULL) in lcp_reqci() 443 free(rejbuf); in lcp_reqci() 511 memcpy(rejbuf + lrej, inp, len); in lcp_reqci() 523 memcpy(inp0, rejbuf, lrej); in lcp_reqci() 536 free(rejbuf); in lcp_reqci()
|