Home
last modified time | relevance | path

Searched refs:ntoh (Results 1 – 25 of 462) sorted by relevance

12345678910>>...19

/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DNotifMsg.cc25 void ntoh(Time &t) { in ntoh() function
89 NotifMsg::ntoh(); in ntoh()
92 ::ntoh(theSndTime); in ntoh()
93 ::ntoh(theRespTime); in ntoh()
95 ::ntoh(theReqRate); in ntoh()
96 ::ntoh(theRepRate); in ntoh()
97 ::ntoh(theBwidth); in ntoh()
98 ::ntoh(theDHR); in ntoh()
99 ::ntoh(theConnUse); in ntoh()
100 ::ntoh(theErrRatio); in ntoh()
[all …]
H A DNotifMsg.h24 void ntoh();
36 void ntoh();
63 void ntoh();
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/common/
H A DBox.h235 inline uint64_t ntoh(uint64_t in) { return box_ntoh64(in); } in ntoh() function
236 inline uint32_t ntoh(uint32_t in) { return ntohl(in); } in ntoh() function
237 inline uint16_t ntoh(uint16_t in) { return ntohs(in); } in ntoh() function
238 inline uint8_t ntoh(uint8_t in) { return in; } in ntoh() function
239 inline int64_t ntoh(int64_t in) { return box_ntoh64(in); } in ntoh() function
240 inline int32_t ntoh(int32_t in) { return ntohl(in); } in ntoh() function
241 inline int16_t ntoh(int16_t in) { return ntohs(in); } in ntoh() function
242 inline int8_t ntoh(int8_t in) { return in; } in ntoh() function
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/if_ndis/
H A Dif_ndis.c332 ndis_task_offload_hdr *ntoh; in ndis_set_offload() local
356 if (ntoh == NULL) in ndis_set_offload()
367 ntoh->ntoh_offset_firsttask); in ndis_set_offload()
384 free(ntoh, M_TEMP); in ndis_set_offload()
393 ndis_task_offload_hdr *ntoh; in ndis_probe_offload() local
408 if (ntoh == NULL) in ndis_probe_offload()
420 free(ntoh, M_TEMP); in ndis_probe_offload()
425 free(ntoh, M_TEMP); in ndis_probe_offload()
430 ntoh->ntoh_offset_firsttask); in ndis_probe_offload()
450 free(ntoh, M_TEMP); in ndis_probe_offload()
[all …]
/dports/net/ndpi/nDPI-92a1be2/.lgtm/cpp-queries/
H A Dpacket-payload-integer-arithmetic.ql18 * This is produced by an invocation of a macro of the form `ntoh*` or `get_u_int*_t`,
23 NetworkMacro() { this.getName().regexpMatch("^ntoh(ll|l|s)") }
33 // dedup ntoh*(get_u_int*_t(x)) since we'll catch those in the next case
36 // catch all ntoh*(x) ... this will also catch the nested cases
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/net2-0.2.34/src/sys/redox/
H A Dmod.rs24 ::ntoh((*sa).sin_addr.s_addr) in sockaddr_in_u32()
28 ::ntoh(addr.s_addr) in in_addr_to_u32()
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/net2-0.2.37/src/sys/redox/
H A Dmod.rs24 ::ntoh((*sa).sin_addr.s_addr) in sockaddr_in_u32()
28 ::ntoh(addr.s_addr) in in_addr_to_u32()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/net2-0.2.37/src/sys/redox/
H A Dmod.rs24 ::ntoh((*sa).sin_addr.s_addr) in sockaddr_in_u32()
28 ::ntoh(addr.s_addr) in in_addr_to_u32()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/net2-0.2.37/src/sys/redox/
H A Dmod.rs24 ::ntoh((*sa).sin_addr.s_addr) in sockaddr_in_u32()
28 ::ntoh(addr.s_addr) in in_addr_to_u32()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/net2-0.2.37/src/sys/redox/
H A Dmod.rs24 ::ntoh((*sa).sin_addr.s_addr) in sockaddr_in_u32()
28 ::ntoh(addr.s_addr) in in_addr_to_u32()
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/net2-0.2.33/src/sys/redox/
H A Dmod.rs24 ::ntoh((*sa).sin_addr.s_addr) in sockaddr_in_u32()
28 ::ntoh(addr.s_addr) in in_addr_to_u32()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/net2-0.2.37/src/sys/redox/
H A Dmod.rs24 ::ntoh((*sa).sin_addr.s_addr) in sockaddr_in_u32()
28 ::ntoh(addr.s_addr) in in_addr_to_u32()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/net2-0.2.33/src/sys/redox/
H A Dmod.rs24 ::ntoh((*sa).sin_addr.s_addr) in sockaddr_in_u32()
28 ::ntoh(addr.s_addr) in in_addr_to_u32()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/net2-0.2.34/src/sys/redox/
H A Dmod.rs24 ::ntoh((*sa).sin_addr.s_addr) in sockaddr_in_u32()
28 ::ntoh(addr.s_addr) in in_addr_to_u32()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/net2-0.2.35/src/sys/redox/
H A Dmod.rs24 ::ntoh((*sa).sin_addr.s_addr) in sockaddr_in_u32()
28 ::ntoh(addr.s_addr) in in_addr_to_u32()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/net2-0.2.33/src/sys/redox/
H A Dmod.rs24 ::ntoh((*sa).sin_addr.s_addr) in sockaddr_in_u32()
28 ::ntoh(addr.s_addr) in in_addr_to_u32()
/dports/www/firefox/firefox-99.0/third_party/rust/net2/src/sys/redox/
H A Dmod.rs24 ::ntoh((*sa).sin_addr.s_addr) in sockaddr_in_u32()
28 ::ntoh(addr.s_addr) in in_addr_to_u32()
/dports/net/quiche/quiche-0.9.0/cargo-crates/net2-0.2.37/src/sys/redox/
H A Dmod.rs24 ::ntoh((*sa).sin_addr.s_addr) in sockaddr_in_u32()
28 ::ntoh(addr.s_addr) in in_addr_to_u32()
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/net2-0.2.34/src/sys/redox/
H A Dmod.rs24 ::ntoh((*sa).sin_addr.s_addr) in sockaddr_in_u32()
28 ::ntoh(addr.s_addr) in in_addr_to_u32()
/dports/net/proby/proby-1.0.2/cargo-crates/net2-0.2.34/src/sys/redox/
H A Dmod.rs24 ::ntoh((*sa).sin_addr.s_addr) in sockaddr_in_u32()
28 ::ntoh(addr.s_addr) in in_addr_to_u32()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/net2-0.2.33/src/sys/redox/
H A Dmod.rs24 ::ntoh((*sa).sin_addr.s_addr) in sockaddr_in_u32()
28 ::ntoh(addr.s_addr) in in_addr_to_u32()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/net2-0.2.33/src/sys/redox/
H A Dmod.rs24 ::ntoh((*sa).sin_addr.s_addr) in sockaddr_in_u32()
28 ::ntoh(addr.s_addr) in in_addr_to_u32()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/net2/src/sys/redox/
H A Dmod.rs24 ::ntoh((*sa).sin_addr.s_addr) in sockaddr_in_u32()
28 ::ntoh(addr.s_addr) in in_addr_to_u32()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/net2-0.2.37/src/sys/redox/
H A Dmod.rs24 ::ntoh((*sa).sin_addr.s_addr) in sockaddr_in_u32()
28 ::ntoh(addr.s_addr) in in_addr_to_u32()
/dports/net-im/fractal/fractal-4.4.0/vendor/net2/src/sys/redox/
H A Dmod.rs24 ::ntoh((*sa).sin_addr.s_addr) in sockaddr_in_u32()
28 ::ntoh(addr.s_addr) in in_addr_to_u32()

12345678910>>...19