Searched refs:xdn_expand (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/toybox/toys/net/ |
H A D | host.c | 46 int xdn_expand(char *packet, char *endpkt, char *comp, char *expand, int elen) in xdn_expand() function 152 p += xdn_expand(abuf, abuf+alen, p, toybuf, sizeof(toybuf)-t2len); in host_main() 164 else if (type==2 || type==5) xdn_expand(abuf, abuf+alen, p, t2, t2len); in host_main() 169 ss = p+xdn_expand(abuf, abuf+alen, p, t2, t2len-1); in host_main() 172 ss += xdn_expand(abuf, abuf+alen, ss, t2+j, t2len-j); in host_main() 182 xdn_expand(abuf, abuf+alen, p+2, t2+j, t2len-j); in host_main() 186 xdn_expand(abuf, abuf+alen, p+6, t2+j, t2len-j); in host_main()
|