Home
last modified time | relevance | path

Searched refs:UNCONST (Results 1 – 5 of 5) sorted by relevance

/external/dhcpcd/
Dbpf.c111 pf.bf_insns = UNCONST(arp_bpf_filter); in open_socket()
115 pf.bf_insns = UNCONST(dhcp_bpf_filter); in open_socket()
150 iov[1].iov_base = UNCONST(data); in send_raw_packet()
Dlpf.c96 pf.filter = UNCONST(arp_bpf_filter); in open_socket()
99 pf.filter = UNCONST(dhcp_bpf_filter); in open_socket()
Dcommon.h37 #define UNCONST(a) ((void *)(unsigned long)(const void *)(a)) macro
Ddhcpcd.c1319 ifs = discover_interfaces(-1, UNCONST(argv)); in handle_interface()
1614 iov[1].iov_base = UNCONST(VERSION); in handle_args()
1625 iov[1].iov_base = cffile ? cffile : UNCONST(CONFIG); in handle_args()
Dconfigure.c342 char *const argv[2] = { UNCONST(iface->state->options->script), NULL }; in run_script_reason()