Home | History | Annotate | Download | only in dhcpcd

Lines Matching defs:UINT32

17 #define UINT32	(1 << 4)
35 { 2, UINT32, "time_offset" },
57 { 24, UINT32, "path_mtu_aging_timeout" },
68 { 35, UINT32, "arp_cache_timeout" },
71 { 38, UINT32, "tcp_keepalive_interval" },
84 { 51, UINT32 | REQUEST, "dhcp_lease_time" },
91 { 58, UINT32 | REQUEST, "dhcp_renewal_time" },
92 { 59, UINT32 | REQUEST, "dhcp_rebinding_time" },
112 { 91, UINT32, "client_last_transaction_time" },
168 if (opt->type & UINT32 || opt->type & IPV4)