Home | History | Annotate | Download | only in dhcpcd

Lines Matching full:uint32

13 #define UINT32	(1 << 4)
31 { 2, UINT32, "time_offset" },
53 { 24, UINT32, "path_mtu_aging_timeout" },
64 { 35, UINT32, "arp_cache_timeout" },
67 { 38, UINT32, "tcp_keepalive_interval" },
80 { 51, UINT32 | REQUEST, "dhcp_lease_time" },
87 { 58, UINT32 | REQUEST, "dhcp_renewal_time" },
88 { 59, UINT32 | REQUEST, "dhcp_rebinding_time" },
108 { 91, UINT32, "client_last_transaction_time" },
164 if (opt->type & UINT32 || opt->type & IPV4)