Searched refs:dhcptag_info_table (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/bootp-298/bootplib/
H A Dgen_dhcp_parse_table.h28 static const dhcptag_info_t dhcptag_info_table[] = { variable
H A Ddhcp_options.c73 #define MAX_TAG (sizeof(dhcptag_info_table) / sizeof(dhcptag_info_table[0]))
522 return dhcptag_info_table + tag;
540 if (dhcptag_info_table[i].name) {
541 if (strcmp(dhcptag_info_table[i].name, name) == 0)

Completed in 172 milliseconds