HomeSort by: relevance | last modified time | path
    Searched refs:DHO_END (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mpl/dhcp/dist/includes/
dhcp.h 167 #define DHO_END 255
  /src/usr.bin/rump_dhcpclient/
dhcp.c 243 case DHO_END:
516 while (*p != DHO_END) {
528 *p = DHO_END;
731 *p++ = DHO_END;
dhcp.h 113 DHO_END = 255
  /src/external/bsd/dhcpcd/dist/src/
dhcp.h 129 DHO_END = 255
dhcp.c 201 case DHO_END:
708 while (*p != DHO_END) {
723 *p = DHO_END;
880 e = (uint8_t *)bootp + ((size_t)mtu - IP_UDP_SIZE - 1/* DHO_END */);
1234 *p++ = DHO_END;
2599 *p = DHO_END;
if-options.c 2630 ifo->vendor[ifo->vendor[0]] = DHO_END;
  /src/external/mpl/dhcp/dist/relay/
dhcrelay.c 1081 case DHO_END:
1309 case DHO_END:
1418 * Is there room for the option, its code+len, and DHO_END?
1476 *sp++ = DHO_END;
  /src/external/mpl/dhcp/dist/common/
tables.c 1118 dhcp_universe.end = DHO_END;
options.c 872 /* Tack a DHO_END option onto the packet if we need to. */
874 buffer[index++] = DHO_END;
1611 buffer[first_cutoff + six] = DHO_END;
1623 buffer[second_cutoff + tix] = DHO_END;

Completed in 76 milliseconds