HomeSort by: relevance | last modified time | path
    Searched refs:ifg_req (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dist/pf/net/
if_compat.h 68 struct ifg_req { struct
89 struct ifg_req *ifgru_groups;
if_compat.c 252 struct ifg_req ifgrq, *ifgp;
257 ifgr->ifgr_len += sizeof(struct ifg_req);
269 if ((error = copyout(&ifgrq, ifgp, sizeof(struct ifg_req))))
287 struct ifg_req ifgrq, *ifgp;
310 if ((error = copyout(&ifgrq, ifgp, sizeof(struct ifg_req))))
  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 1268 struct ifg_req *ifg;
1288 for (ifg = ifgr.ifgr_groups; ifg && len >= sizeof(struct ifg_req);
1290 len -= sizeof(struct ifg_req);
  /src/external/bsd/dhcpcd/dist/src/
if-bsd.c 339 struct ifg_req *ifg;

Completed in 92 milliseconds