Searched refs:rulebuf (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_db.c2808 u_int32_t rulebuf[255]; local
2811 i = fill_rule(rulebuf, sizeof(rulebuf), fwhole,
2815 r = setsockopt(la->fireWallFD, IPPROTO_IP, IP_FW_ADD, rulebuf, i);
2819 i = fill_rule(rulebuf, sizeof(rulebuf), fwhole,
2823 r = setsockopt(la->fireWallFD, IPPROTO_IP, IP_FW_ADD, rulebuf, i);
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c3760 * Rules are added into the 'rulebuf' and then copied in the correct order
3774 * rules are added into the 'rulebuf' and then copied in
5251 uint32_t rulebuf[1024]; local
5260 rbufsize = sizeof(rulebuf);
5261 memset(rulebuf, 0, rbufsize);
5266 op3 = (ip_fw3_opheader *)rulebuf;

Completed in 205 milliseconds