/freebsd/contrib/libpcap/ |
H A D | pcap-tstamp.manmisc.in | 26 When capturing traffic, each packet is given a time stamp representing, 34 if the time stamp is applied to the packet when the networking stack 37 networking device driver to poll for packets, and the time stamp might 67 of the time stamp might not be incremented for a leap second, so that 68 the fraction-of-a-second part of the time stamp might roll over past 87 example, the time stamp of a packet might not correspond to the time 88 stamp of an event on the host triggered by the arrival of that packet. 94 might allow different types of time stamp to be used. The 100 a list of time stamp types supported by the capture device for that 102 The list might be empty, in which case no choice of time stamp type is [all …]
|
H A D | pcap_set_tstamp_type.3pcap.in | 23 pcap_set_tstamp_type \- set the time stamp type to be used by a 37 sets the type of time stamp desired for packets captured on the pcap 45 will give a list of the time stamp types supported by a given capture 49 for a list of all the time stamp types. 54 on success if the specified time stamp type is expected to be 57 if the specified time stamp type is not supported by the 62 if the capture device doesn't support setting the time stamp type (only 64 allow the time stamp type to be set to the default type). 68 releases, the time stamp type cannot be set; only the default time stamp
|
H A D | pcap_list_tstamp_types.3pcap.in | 24 stamp types supported by a capture device, and free that list 38 is used to get a list of the supported time stamp types of the interface 46 for a list of all the time stamp types. 54 returns the number of time stamp types in the array on success and 57 A return value of one means that the only time stamp type supported is 58 the one in the list, which is the capture device's default time stamp 59 type. A return value of zero means that the only time stamp type 62 which is the capture device's default time stamp type (only older 77 releases, the time stamp type cannot be set; only the default time stamp
|
H A D | Makefile-devel-adds | 8 # autoheader might not change config.h.in, so touch a stamp file. 9 ${srcdir}/config.h.in: ${srcdir}/stamp-h.in 10 ${srcdir}/stamp-h.in: configure.ac aclocal.m4 12 echo timestamp > ${srcdir}/stamp-h.in 14 config.h: stamp-h 15 stamp-h: ${srcdir}/config.h.in config.status
|
H A D | pcap_tstamp_type_name_to_val.3pcap | 23 pcap_tstamp_type_name_to_val \- get the time stamp type value 24 corresponding to a time stamp type name 37 translates a time stamp type name to the corresponding time stamp type 41 returns time stamp type value on success and
|
H A D | pcap_tstamp_type_val_to_name.3pcap | 24 a name or description for a time stamp type value 38 translates a time stamp type value to the corresponding time stamp type 44 translates a time stamp type value to a short description of that time 45 stamp type.
|
H A D | pcap_set_tstamp_precision.3pcap.in | 24 pcap_set_tstamp_precision \- set the time stamp precision returned in 38 sets the precision of the time stamp desired for packets captured on the pcap 45 Two time stamp precisions are supported, microseconds and nanoseconds. One can 55 on success if the specified time stamp precision is expected to be 58 if the capture device does not support the requested time stamp
|
H A D | pcap.3pcap.in | 271 On some platforms, the time stamp given to packets on live captures can 276 for a list of time stamp types. 278 The time stamp type is set with 492 set time stamp type for a not-yet-activated 497 get list of available time stamp types for a not-yet-activated 502 free list of available time stamp types 505 get name for a time stamp type 508 get description for a time stamp type 511 get time stamp type corresponding to a name 514 set time stamp precision for a not-yet-activated [all …]
|
/freebsd/contrib/dialog/package/debian/ |
H A D | rules | 40 configure: configure-stamp 41 configure-stamp: 63 touch configure-stamp 65 build: build-stamp 66 build-stamp: configure-stamp 71 touch build-stamp 79 rm -f configure-stamp build-stamp install-stamp 83 install: install-stamp 84 install-stamp: build-stamp 116 touch install-stamp [all …]
|
/freebsd/usr.bin/script/ |
H A D | script.c | 58 struct stamp { struct 481 struct stamp stamp; in record() local 485 stamp.scr_len = cc; in record() 486 stamp.scr_sec = tv.tv_sec; in record() 487 stamp.scr_usec = tv.tv_usec; in record() 488 stamp.scr_direction = direction; in record() 489 iov[0].iov_len = sizeof(stamp); in record() 490 iov[0].iov_base = &stamp; in record() 515 #define swapstamp(stamp) do { \ argument 516 if (stamp.scr_direction > 0xff) { \ [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
H A D | delegate_common.kshlib | 335 typeset stamp=${perm}.${user}.$RANDOM 336 typeset snap=$dtst@snap.$stamp 341 typeset bak_user=$TEST_BASE_DIR/bak.$user.$stamp 342 typeset bak_root=$TEST_BASE_DIR/bak.root.$stamp 363 typeset stamp=${perm}.${user}.$RANDOM 364 typeset newfs=$fs/newfs.$stamp 365 typeset newvol=$fs/newvol.$stamp 366 typeset bak_user=$TEST_BASE_DIR/bak.$user.$stamp 367 typeset bak_root=$TEST_BASE_DIR/bak.root.$stamp 379 typeset dtstsnap=$dtst@snap.$stamp [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/delegate/ |
H A D | delegate_common.kshlib | 392 typeset stamp=${perm}.${user}.$($DATE +'%F-%R:%S') 393 typeset snap=$dtst@snap.$stamp 398 typeset bak_user=$TMPDIR/bak.$user.$stamp 399 typeset bak_root=$TMPDIR/bak.root.$stamp 423 typeset stamp=${perm}.${user}.$($DATE +'%F-%R:%S') 424 typeset newfs=$fs/newfs.$stamp 425 typeset newvol=$fs/newvol.$stamp 426 typeset bak_user=$TMPDIR/bak.$user.$stamp 427 typeset bak_root=$TMPDIR/bak.root.$stamp 438 typeset dtstsnap=$dtst@snap.$stamp [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | Makefile-devel-adds | 8 # autoheader might not change config.h.in, so touch a stamp file. 9 ${srcdir}/config.h.in: ${srcdir}/stamp-h.in 10 ${srcdir}/stamp-h.in: configure.ac aclocal.m4 12 echo timestamp > ${srcdir}/stamp-h.in 14 config.h: stamp-h 15 stamp-h: ${srcdir}/config.h.in config.status
|
/freebsd/contrib/ntp/libntp/ |
H A D | clocktime.c | 13 * time stamp. This is about 4 hours, which hopefully should be wide 22 * time stamp. Since the length of a year is variable we use a 36 * well as a GMT offset in hours and convert it to a NTP time stamp in 60 u_int32 *ts_ui ) /* effective time stamp */ in clocktime() 63 u_int32 test[3]; /* result time stamp */ in clocktime() 78 * the receive time stamp. Do this only if the cached year in clocktime() 83 /* -- get time stamp of potential solution */ in clocktime() 97 * Now the dance begins. Based on the receive time stamp and in clocktime() 104 * absolute difference to the receive time stamp. in clocktime() 110 /* -- get time stamp of potential solution */ in clocktime()
|
H A D | prettydate.c | 2 * prettydate - convert a time stamp to something readable 30 * Works by periodic extension of the ntp time stamp in the UN*X epoch. 63 const vint64 *stamp, in get_struct_tm() 73 ts = tl = stamp->q_s; in get_struct_tm() 99 hi = stamp->D_s.hi; in get_struct_tm() 100 lo = stamp->D_s.lo; in get_struct_tm() 64 get_struct_tm(const vint64 * stamp,int local) get_struct_tm() argument
|
/freebsd/sys/contrib/dev/athk/ |
H A D | dfs_pri_detector.h | 31 * @first_ts: time stamp of first pulse in usecs 32 * @last_ts: time stamp of last pulse in usecs 50 * @reset(): clear states and reset to given time stamp 52 * @last_ts: last pulse time stamp considered for this element in usecs 57 * @window_size: window size back from newest pulse time stamp in usecs
|
H A D | dfs_pattern_detector.h | 24 /* tolerated deviation of radar time stamp in usecs on both sides 44 * @ts: pulse time stamp in us 68 * @max_pri_tolerance: pulse time stamp tolerance on both sides [us] 91 * @last_pulse_ts: time stamp of last valid pulse in usecs
|
/freebsd/contrib/ntp/include/ |
H A D | timevalops.h | 28 * Convert usec to a time stamp fraction. 47 * Convert a time stamp fraction to microseconds. The time stamp 74 * Convert a struct timeval to a time stamp. 100 * Convert a time stamp to a struct timeval. The time stamp 122 * Convert milliseconds to a time stamp fraction. Unused except for 418 * is in UN*X epoch. The NTP time stamp will be expanded around the
|
/freebsd/crypto/heimdal/ |
H A D | compile | 138 # eval: (add-hook 'write-file-hooks 'time-stamp) 139 # time-stamp-start: "scriptversion=" 140 # time-stamp-format: "%:y-%02m-%02d.%02H" 141 # time-stamp-time-zone: "UTC" 142 # time-stamp-end: "; # UTC"
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | replay.c | 122 time_t stamp; member 142 tmp.stamp = auth_lifespan; in krb5_rc_initialize() 209 ent.stamp = time(NULL); in krb5_rc_store() 221 t = ent.stamp - tmp.stamp; in krb5_rc_store() 223 if(tmp.stamp < t) in krb5_rc_store() 272 *auth_lifespan = ent.stamp; in krb5_rc_get_lifespan()
|
/freebsd/contrib/ntp/sntp/libevent/build-aux/ |
H A D | test-driver | 143 # eval: (add-hook 'write-file-hooks 'time-stamp) 144 # time-stamp-start: "scriptversion=" 145 # time-stamp-format: "%:y-%02m-%02d.%02H" 146 # time-stamp-time-zone: "UTC" 147 # time-stamp-end: "; # UTC"
|
/freebsd/contrib/libevent/build-aux/ |
H A D | test-driver | 143 # eval: (add-hook 'before-save-hook 'time-stamp) 144 # time-stamp-start: "scriptversion=" 145 # time-stamp-format: "%:y-%02m-%02d.%02H" 146 # time-stamp-time-zone: "UTC0" 147 # time-stamp-end: "; # UTC"
|
/freebsd/contrib/openpam/ |
H A D | test-driver | 148 # eval: (add-hook 'before-save-hook 'time-stamp) 149 # time-stamp-start: "scriptversion=" 150 # time-stamp-format: "%:y-%02m-%02d.%02H" 151 # time-stamp-time-zone: "UTC0" 152 # time-stamp-end: "; # UTC"
|
H A D | missing | 210 # eval: (add-hook 'before-save-hook 'time-stamp) 211 # time-stamp-start: "scriptversion=" 212 # time-stamp-format: "%:y-%02m-%02d.%02H" 213 # time-stamp-time-zone: "UTC0" 214 # time-stamp-end: "; # UTC"
|
/freebsd/contrib/openbsm/config/ |
H A D | missing | 210 # eval: (add-hook 'write-file-hooks 'time-stamp) 211 # time-stamp-start: "scriptversion=" 212 # time-stamp-format: "%:y-%02m-%02d.%02H" 213 # time-stamp-time-zone: "UTC" 214 # time-stamp-end: "; # UTC"
|