Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_gencode.c4561 static struct block *gen_gateway(eaddr, alist, proto, dir) in gen_gateway() argument
4563 bpf_u_int32 **alist;
4621 b1 = gen_host(**alist++, 0xffffffff, proto, Q_OR, Q_HOST);
4622 while (*alist)
5905 bpf_u_int32 **alist; local
6020 alist = pcap_nametoaddr(name);
6021 if (alist == NULL || *alist == NULL)
6027 while (*alist)
6177 alist = pcap_nametoaddr(name);
6178 if (alist == NULL || *alist == NULL)
[all …]