Searched refs:applied (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.sbin/ctm/ctm/
H A Dctm.c47 extern int Proc(char *, unsigned applied);
54 unsigned applied = 0; local
165 applied = 0;
171 fscanf(statfile, "%*s %u", &applied);
176 stat |= Proc("-", applied);
179 stat |= Proc(*argv++, applied);
199 Proc(char *filename, unsigned applied) argument
264 if((i=Pass1(f, applied)))
H A Dctm_pass1.c21 Pass1(FILE *fd, unsigned applied) argument
60 if(current && current <= applied) {
62 fprintf(stderr,"Delta number %u is already applied; ignoring.\n",
H A Dctm.h158 int Pass1(FILE *fd, unsigned applied);
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Ddummynet.txt64 There are in fact two masks applied to each packet:

Completed in 105 milliseconds