Searched refs:creation (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-pfsync.c426 uint32_t creation = ntohl(s->creation); local
429 sec = creation % 60;
430 creation /= 60;
431 min = creation % 60;
432 creation /= 60;
433 ND_PRINT((ndo, "\n\tage %.2u:%.2u:%.2u", creation, min, sec));
/freebsd-11-stable/sbin/pfctl/
H A Dpf_print_state.c316 u_int32_t creation = ntohl(s->creation); local
319 sec = creation % 60;
320 creation /= 60;
321 min = creation % 60;
322 creation /= 60;
323 printf(" age %.2u:%.2u:%.2u", creation, min, sec);
H A Dpfctl_parser.c644 sec = sn->creation % 60;
645 sn->creation /= 60;
646 min = sn->creation % 60;
647 sn->creation /= 60;
648 printf(" age %.2u:%.2u:%.2u", sn->creation, min, sec);
/freebsd-11-stable/sys/net/
H A Dpfvar.h645 u_int32_t creation; member in struct:pf_src_node
739 u_int32_t creation; member in struct:pf_state
799 u_int32_t creation; member in struct:pfsync_state
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc413 // only be involved in the creation and deletion of regular files. This
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_ioctl.c3391 p->creation = secs - p->creation;
3533 sp->creation = htonl(time_uptime - st->creation);
H A Dif_pfsync.c555 st->creation = time_uptime - ntohl(sp->creation);
H A Dpf_norm.c1490 time_uptime - state->creation > TS_MAX_CONN)) {
H A Dpf.c726 (*sn)->creation = time_uptime;
3711 s->creation = time_uptime;
/freebsd-11-stable/contrib/gcclibs/libssp/
H A Dconfigure4644 *** as such. This will affect the creation of libtool libraries that
4708 *** as such. This will affect the creation of libtool libraries that
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dconfigure5557 *** as such. This will affect the creation of libtool libraries that
5621 *** as such. This will affect the creation of libtool libraries that
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dconfigure5901 *** as such. This will affect the creation of libtool libraries that
5967 *** as such. This will affect the creation of libtool libraries that
/freebsd-11-stable/contrib/binutils/binutils/
H A Dconfigure6471 *** as such. This will affect the creation of libtool libraries that
6537 *** as such. This will affect the creation of libtool libraries that
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dconfigure6196 *** as such. This will affect the creation of libtool libraries that
6262 *** as such. This will affect the creation of libtool libraries that
/freebsd-11-stable/contrib/ldns/
H A Dconfigure7411 *** as such. This will affect the creation of libtool libraries that
7477 *** as such. This will affect the creation of libtool libraries that
17897 # after its creation but before its name has been assigned to `$tmp'.
18575 # DLL creation program.
/freebsd-11-stable/contrib/binutils/gas/
H A Dconfigure5733 *** as such. This will affect the creation of libtool libraries that
5799 *** as such. This will affect the creation of libtool libraries that
/freebsd-11-stable/contrib/binutils/ld/
H A Dconfigure5734 *** as such. This will affect the creation of libtool libraries that
5800 *** as such. This will affect the creation of libtool libraries that
/freebsd-11-stable/contrib/binutils/bfd/
H A Dconfigure6640 *** as such. This will affect the creation of libtool libraries that
6706 *** as such. This will affect the creation of libtool libraries that
/freebsd-11-stable/crypto/heimdal/
H A Dconfigure8073 *** as such. This will affect the creation of libtool libraries that
8139 *** as such. This will affect the creation of libtool libraries that
29808 # after its creation but before its name has been assigned to `$tmp'.
30612 # DLL creation program.
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure4447 *** as such. This will affect the creation of libtool libraries that
4511 *** as such. This will affect the creation of libtool libraries that
[all...]

Completed in 502 milliseconds