Home | History | Annotate | Download | only in dhcpcd

Lines Matching defs:UINT8

14 #define UINT8	(1 << 1)
52 { 19, UINT8, "ip_forwarding" },
53 { 20, UINT8, "non_local_source_routing" },
60 { 27, UINT8, "all_subnets_local" },
62 { 29, UINT8, "perform_mask_discovery" },
63 { 30, UINT8, "mask_supplier" },
64 { 31, UINT8, "router_discovery" },
67 { 34, UINT8, "trailer_encapsulation" },
70 { 37, UINT8, "default_tcp_ttl" },
72 { 39, UINT8, "tcp_keepalive_garbage" },
79 { 46, UINT8, "netbios_node_type" },
85 { 52, UINT8, "dhcp_option_overload" },
86 { 53, UINT8, "dhcp_message_type" },
88 { 55, UINT8 | ARRAY, "dhcp_parameter_request_list" },
172 if (opt->type & UINT8)