| /src/external/mpl/dhcp/dist/common/ |
| nit.c | 353 int bufix = 0; local 361 offset = decode_hw_header (interface, ibuf, bufix, hfrom); 370 bufix += offset; 374 offset = decode_udp_ip_header (interface, ibuf, bufix, 381 bufix += offset; 388 memcpy(buf, &ibuf[bufix], paylen);
|
| upf.c | 302 int bufix = 0; local 309 bufix = sizeof (struct enstamp); 311 offset = decode_hw_header (interface, ibuf, bufix, hfrom); 320 bufix += offset; 324 offset = decode_udp_ip_header (interface, ibuf, bufix, 331 bufix += offset; 338 memcpy (buf, &ibuf[bufix], paylen);
|
| lpf.c | 389 unsigned bufix = 0; local 460 bufix = 0; 462 offset = decode_hw_header (interface, ibuf, bufix, hfrom); 471 bufix += offset; 475 offset = decode_udp_ip_header (interface, ibuf, bufix, from, 482 bufix += offset; 489 memcpy(buf, &ibuf[bufix], paylen);
|
| dlpi.c | 646 int bufix = 0; local 693 bufix = 0; 696 offset = decode_hw_header (interface, dbuf, bufix, hfrom); 704 bufix += offset; 707 offset = decode_udp_ip_header (interface, dbuf, bufix, 722 bufix += offset; 729 memcpy(buf, &dbuf [bufix], paylen);
|
| options.c | 1257 int bufix = 0, six = 0, tix = 0; local 1521 optstart = bufix; 1532 (bufix + 2 + length < bufend)) || 1533 (bufix + 5 + length < bufend))) { 1535 pix = &bufix; 1551 if (bufix + 6 < bufend) { 1552 incr = bufend - bufix - 5; 1554 pix = &bufix; 1569 bufix = optstart; 1628 if ((six || tix) && (bufix + 3 > bufend) [all...] |
| /src/external/mpl/dhcp/dist/keama/ |
| keama.h | 106 size_t bufix, buflen; member in struct:parse
|
| /src/external/mpl/dhcp/dist/includes/ |
| dhcpd.h | 331 size_t bufix, buflen; member in struct:parse
|