Home
last modified time | relevance | path

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

/external/bcc/src/lua/bpf/
Dbuiltins.lua64 local function ntoh(x, w) function
68 local function hton(x, w) return ntoh(x, w) end
69 builtins.ntoh = ntoh
71 builtins[ntoh] = function (e, dst, a, w)
91 ntoh = function (x, w) function
94 hton = ntoh
95 builtins[ntoh] = function(_, _, _) return end
Dbpf.lua1627 ntoh = builtins.ntoh, hton = builtins.hton,
/external/bcc/examples/lua/
Dsock-parse-http.lua52 strkey[0] = bpf.ntoh(k)
/external/cn-cbor/
DCMakeLists.txt27 option ( align_reads "Use memcpy in ntoh*p()" OFF )
/external/bcc/src/lua/
DREADME.md127 * `ntoh(x[, width])` - convert from network to host byte order.
/external/python/cpython2/Misc/
DHISTORY13558 the set {ntoh,hton}{s,l}().
/external/python/cpython3/Misc/
DHISTORY30937 the set {ntoh,hton}{s,l}().