Home | History | Annotate | Download | only in pfctl

Lines Matching refs:hh

1044 			struct node_host	*h = NULL, *hh;
1086 hh = malloc(sizeof(*hh));
1087 if (hh == NULL)
1089 bcopy(h, hh, sizeof(*hh));
1094 hh = NULL;
1113 if (hh != NULL)
1114 h = hh;
1122 free(hh);