/dflybsd-src/contrib/tcpdump/ |
H A D | timeval-operations.h | 40 #define netdissect_timevalcmp(tvp, uvp, cmp) \ argument 45 #define netdissect_timevaladd(tvp, uvp, vvp, nano_prec) \ argument 62 #define netdissect_timevalsub(tvp, uvp, vvp, nano_prec) \ argument
|
/dflybsd-src/sys/sys/ |
H A D | time.h | 73 #define timespeccmp(tvp, uvp, cmp) \ argument 100 #define timevalcmp(tvp, uvp, cmp) \ argument 111 #define timercmp(tvp, uvp, cmp) \ argument 115 #define timeradd(tvp, uvp, vvp) \ argument 124 #define timersub(tvp, uvp, vvp) \ argument
|
/dflybsd-src/contrib/nvi2/common/ |
H A D | util.h | 70 #define timespeccmp(tvp, uvp, cmp) \ argument 74 #define timespecadd(vvp, uvp) \ argument 83 #define timespecsub(vvp, uvp) \ argument
|
/dflybsd-src/libexec/rpc.sprayd/ |
H A D | sprayd.c | 47 #define timersub(tvp, uvp, vvp) \ argument
|
/dflybsd-src/sys/bus/u4b/wlan/ |
H A D | if_urtwn.c | 784 struct urtwn_vap *uvp; in urtwn_vap_create() local 836 struct urtwn_vap *uvp = URTWN_VAP(vap); in urtwn_vap_delete() local 2123 urtwn_init_beacon(struct urtwn_softc *sc, struct urtwn_vap *uvp) in urtwn_init_beacon() 2150 struct urtwn_vap *uvp = URTWN_VAP(vap); in urtwn_setup_beacon() local 2189 struct urtwn_vap *uvp = URTWN_VAP(vap); in urtwn_update_beacon() local 2222 urtwn_tx_beacon(struct urtwn_softc *sc, struct urtwn_vap *uvp) in urtwn_tx_beacon() 2435 struct urtwn_vap *uvp = URTWN_VAP(vap); in urtwn_tsf_sync_enable() local 2514 struct urtwn_vap *uvp = URTWN_VAP(vap); in urtwn_ibss_recv_mgmt() local 2536 struct urtwn_vap *uvp = URTWN_VAP(vap); in urtwn_newstate() local
|
/dflybsd-src/sys/net/ip_mroute/ |
H A D | ip_mroute.c | 2230 #define BW_TIMEVALCMP(tvp, uvp, cmp) timevalcmp((tvp), (uvp), cmp) argument 2231 #define BW_TIMEVALDECR(vvp, uvp) timevalsub((vvp), (uvp)) argument 2232 #define BW_TIMEVALADD(vvp, uvp) timevaladd((vvp), (uvp)) argument
|
/dflybsd-src/contrib/tnftp/ |
H A D | tnftp.h | 469 # define timersub(tvp, uvp, vvp) \ argument
|
/dflybsd-src/sys/net/pf/ |
H A D | pf_norm.c | 1742 #define timersub(tvp, uvp, vvp) \ in pf_normalize_tcp_stateful() argument
|
/dflybsd-src/contrib/tcsh-6/ |
H A D | sh.proc.c | 1227 # define timercmp(tvp, uvp, cmp) \ argument
|
/dflybsd-src/sys/netinet6/ |
H A D | icmp6.c | 2714 #define timersub(tvp, uvp, vvp) \ argument
|