Lines Matching refs:sfnew
708 struct server_filter *sfnew;
718 sfnew = (struct server_filter *)calloc(1, sizeof (*sfnew));
719 if (sfnew == NULL) {
725 sfnew->sf_name = str;
727 sfnew->sf_isexcept = exceptflag == 0 ? 0 : 1;
743 mcp = sfnew->sf_mask.ether_addr_octet;
744 if (ether_hostton(hbuf, &sfnew->sf_mac) == 0) {
746 sfnew->sf_hasmac = 1;
748 ucp = sfnew->sf_mac.ether_addr_octet;
752 if (ucp >= sfnew->sf_mac.ether_addr_octet +
753 sizeof (sfnew->sf_mac))
776 sfnew->sf_hasmac = 1;
785 sfhead = sfnew;
787 sftail->sf_next = sfnew;
788 sftail = sfnew;