Searched refs:cfg_spool (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sbin/ipfw/
H A Dnat.c291 * (struct cfg_redir) and zero or more server pool entry (struct cfg_spool)
296 * cfg_nat cfg_redir cfg_spool ...... cfg_spool
330 space += c * sizeof(struct cfg_spool);
350 struct cfg_spool *spool;
356 spool = (struct cfg_spool *)buf;
357 space += sizeof(struct cfg_spool);
361 /* Point to the next possible cfg_spool. */
362 buf = &buf[sizeof(struct cfg_spool)];
392 space += c * sizeof(struct cfg_spool);
[all...]
/freebsd-10-stable/sys/netinet/
H A Dip_fw.h386 struct cfg_spool { struct
387 LIST_ENTRY(cfg_spool) _next; /* chain of spool instances */
416 LIST_HEAD(spool_chain, cfg_spool) spool_chain;
439 #define SOF_SPOOL sizeof(struct cfg_spool)
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_fw_nat.c112 struct cfg_spool *s, *tmp_s;
147 struct cfg_spool *s, *ser_s;
192 ser_s = (struct cfg_spool *)&buf[off];
500 struct cfg_spool *s;
517 len += sizeof(struct cfg_spool);
541 bcopy(s, &data[len], sizeof(struct cfg_spool));
542 len += sizeof(struct cfg_spool);

Completed in 63 milliseconds