Searched refs:hlist (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/usr.sbin/ngctl/
H A Ddot.c134 struct hooklist *hlist; local
155 hlist = (struct hooklist *)hlresp->data;
156 ninfo = &hlist->nodeinfo;
166 hlist->link[j].ourhook, hlist->link[j].ourhook);
174 hlist->link[j].ourhook);
179 if (hlist->link[j].nodeinfo.id > nlist->nodeinfo[i].id)
183 hlist->link[j].ourhook,
184 (uintmax_t)hlist->link[j].nodeinfo.id,
185 hlist
[all...]
H A Dshow.c67 struct hooklist *hlist; local
108 hlist = (struct hooklist *) resp->data;
109 ninfo = &hlist->nodeinfo;
122 struct linkinfo *const link = &hlist->link[k];
123 struct nodeinfo *const peer = &hlist->link[k].nodeinfo;
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dippool_y.y672 alist_t *a, *hlist;
675 hlist = load_url(url);
679 hlist = calloc(1, sizeof(*hlist));
680 if (hlist == NULL)
683 if (gethost(hlist->al_family, url, &hlist->al_i6addr) == -1) {
691 for (a = hlist; a != NULL; a = a->al_next) {
707 alist_free(hlist);
718 alist_t *a, *hlist;
[all...]
/freebsd-10-stable/contrib/libpcap/
H A Dnametoaddr.c104 static bpf_u_int32 *hlist[2]; local
111 hlist[0] = (bpf_u_int32 *)hp->h_addr;
113 return hlist;
/freebsd-10-stable/contrib/libreadline/
H A Disearch.c205 HIST_ENTRY **hlist; local
215 hlist = history_list ();
218 if (hlist)
219 for (i = 0; hlist[i]; i++);
225 cxt->lines[i] = hlist[i]->line;
/freebsd-10-stable/usr.sbin/ppp/
H A Dnetgraph.c458 const struct hooklist *hlist; local
597 hlist = (const struct hooklist *)resp->data;
598 ninfo = &hlist->nodeinfo;
605 nlink = &hlist->link[f];
666 hlist = (const struct hooklist *)resp->data;
667 ninfo = &hlist->nodeinfo;
H A Dether.c445 const struct hooklist *hlist; local
539 hlist = (const struct hooklist *)resp->data;
540 ninfo = &hlist->nodeinfo;
555 nlink = &hlist->link[f];
/freebsd-10-stable/libexec/pppoed/
H A Dpppoed.c118 const struct hooklist *hlist; local
153 hlist = (const struct hooklist *)resp->data;
154 ninfo = &hlist->nodeinfo;
169 nlink = &hlist->link[f];
/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c53 LIST_ENTRY(mlx5e_eth_addr_hash_node) hlist;
71 LIST_FOREACH(hn, &hash[ix], hlist) {
86 LIST_INSERT_HEAD(&hash[ix], hn, hlist);
92 LIST_REMOVE(hn, hlist);
624 LIST_FOREACH_SAFE(hn, &(hash)[i], hlist, tmp)
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Dmlx4_en.h620 struct hlist_node hlist; member in struct:mlx4_mac_entry
H A Den_netdev.c579 hlist_add_head(&entry->hlist,
615 hlist_for_each_entry_safe(entry, n, tmp, bucket, hlist) {
623 hlist_del(&entry->hlist);

Completed in 255 milliseconds