OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNCONST
(Results
1 - 5
of
5
) sorted by null
/external/dhcpcd/
common.h
37
#define
UNCONST
(a) ((void *)(unsigned long)(const void *)(a))
bpf.c
111
pf.bf_insns =
UNCONST
(arp_bpf_filter);
115
pf.bf_insns =
UNCONST
(dhcp_bpf_filter);
150
iov[1].iov_base =
UNCONST
(data);
lpf.c
96
pf.filter =
UNCONST
(arp_bpf_filter);
99
pf.filter =
UNCONST
(dhcp_bpf_filter);
dhcpcd.c
[
all
...]
configure.c
342
char *const argv[2] = {
UNCONST
(iface->state->options->script), NULL };
Completed in 260 milliseconds