HomeSort by: relevance | last modified time | path
    Searched refs:bh_tstamp (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
bpf.h 184 struct bpf_timeval bh_tstamp; /* time stamp */ member in struct:bpf_hdr
192 struct bpf_timeval32 bh_tstamp; /* time stamp */ member in struct:bpf_hdr32
bpf.c 2083 hp32->bh_tstamp.tv_sec = ts->tv_sec;
2084 hp32->bh_tstamp.tv_usec = ts->tv_nsec / 1000;
2094 hp->bh_tstamp.tv_sec = ts->tv_sec;
2095 hp->bh_tstamp.tv_usec = ts->tv_nsec / 1000;
  /src/usr.sbin/rbootd/
bpf.c 322 memmove((char *)&rconn->tstamp, (char *)&bhp->bh_tstamp,

Completed in 15 milliseconds