bind_if_to_bpf
if (bind_if_to_bpf(argv[1], bpf) == -1) {
if (bind_if_to_bpf(ifname, bpf) == -1)
static int bind_if_to_bpf(char const *, int);