Searched refs:co_type (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdhcpsvc/tests/
H A Dtest_confopt.c53 dsp[0].co_type = DHCP_COMMENT;
55 dsp[1].co_type = DHCP_KEY;
58 dsp[2].co_type = DHCP_KEY;
61 dsp[3].co_type = DHCP_END;
66 for (i = 0; dsp[i].co_type != DHCP_END; i++) {
67 if (dsp[i].co_type == DHCP_KEY) {
/osnet-11/usr/src/lib/libdhcpsvc/head/
H A Ddhcp_svc_confopt.h53 enum dhcp_confopt co_type; member in struct:__anon1531
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dconfopt.c60 for (i = 0; ddp[i].co_type != DHCP_END; i++) {
61 if (ddp[i].co_type == DHCP_KEY &&
87 tdp.co_type = DHCP_KEY;
166 confopt.co_type = DHCP_COMMENT;
176 confopt.co_type = DHCP_KEY;
270 for (i = 0, size = 0; ddp[i].co_type != DHCP_END; i++) {
271 if (ddp[i].co_type == DHCP_KEY) {
293 for (i = 0; ddp[i].co_type != DHCP_END; i++) {
294 if (ddp[i].co_type == DHCP_KEY)
332 for (i = 0; ddp[i].co_type !
[all...]

Completed in 21 milliseconds