Searched refs:xdn_expand (Results 1 – 1 of 1) sorted by relevance
| /external/toybox/toys/net/ |
| D | host.c | 46 int xdn_expand(char *packet, char *endpkt, char *comp, char *expand, int elen) in xdn_expand() function 150 p += xdn_expand(abuf, abuf+alen, p, toybuf, 4096-t2len); in host_main() 162 else if (type==2 || type==5) xdn_expand(abuf, abuf+alen, p, t2, t2len); in host_main() 166 ss = p+xdn_expand(abuf, abuf+alen, p, t2, t2len-1); in host_main() 169 ss += xdn_expand(abuf, abuf+alen, ss, t2+j, t2len-j); in host_main() 179 xdn_expand(abuf, abuf+alen, p+2, t2+j, t2len-j); in host_main() 183 xdn_expand(abuf, abuf+alen, p+6, t2+j, t2len-j); in host_main()
|