Home
last modified time | relevance | path

Searched refs:bh_tstamp (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/net/
H A Dbpf.h202 struct bpf_ts bh_tstamp; /* time stamp */ member
210 struct timeval bh_tstamp; /* time stamp */ member
/f-stack/freebsd/net/
H A Dbpf.h203 struct bpf_ts bh_tstamp; /* time stamp */ member
211 struct timeval bh_tstamp; /* time stamp */ member
H A Dbpf.c150 struct timeval32 bh_tstamp; /* time stamp */ member
2570 hdr32_old.bh_tstamp.tv_sec = ts.bt_sec; in catchpacket()
2571 hdr32_old.bh_tstamp.tv_usec = ts.bt_frac; in catchpacket()
2583 hdr_old.bh_tstamp.tv_sec = ts.bt_sec; in catchpacket()
2584 hdr_old.bh_tstamp.tv_usec = ts.bt_frac; in catchpacket()
2601 bpf_bintime2ts(bt, &hdr.bh_tstamp, tstype); in catchpacket()