Searched refs:DHO_END (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhcp.h167 #define DHO_END 255 macro
/netbsd-current/usr.bin/rump_dhcpclient/
H A Ddhcp.c243 case DHO_END:
516 while (*p != DHO_END) {
528 *p = DHO_END;
731 *p++ = DHO_END;
H A Ddhcp.h113 DHO_END = 255 enumerator in enum:DHO
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Ddhcp.h129 DHO_END = 255 enumerator in enum:DHO
H A Ddhcp.c198 case DHO_END:
703 while (*p != DHO_END) {
718 *p = DHO_END;
800 e = (uint8_t *)bootp + (mtu - IP_UDP_SIZE) - 1; /* -1 for DHO_END */
1103 *p++ = DHO_END;
2452 *p = DHO_END;
H A Dif-options.c2423 ifo->vendor[ifo->vendor[0]] = DHO_END;
/netbsd-current/external/mpl/dhcp/dist/relay/
H A Ddhcrelay.c1081 case DHO_END:
1309 case DHO_END:
1418 * Is there room for the option, its code+len, and DHO_END?
1476 *sp++ = DHO_END;
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dtables.c1118 dhcp_universe.end = DHO_END;
H A Doptions.c869 /* Tack a DHO_END option onto the packet if we need to. */
871 buffer[index++] = DHO_END;
1608 buffer[first_cutoff + six] = DHO_END;
1620 buffer[second_cutoff + tix] = DHO_END;

Completed in 256 milliseconds