Searched refs:ntoh (Results 1 – 7 of 7) sorted by relevance
/external/bcc/src/lua/bpf/ |
D | builtins.lua | 64 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
|
D | bpf.lua | 1627 ntoh = builtins.ntoh, hton = builtins.hton,
|
/external/bcc/examples/lua/ |
D | sock-parse-http.lua | 52 strkey[0] = bpf.ntoh(k)
|
/external/cn-cbor/ |
D | CMakeLists.txt | 27 option ( align_reads "Use memcpy in ntoh*p()" OFF )
|
/external/bcc/src/lua/ |
D | README.md | 127 * `ntoh(x[, width])` - convert from network to host byte order.
|
/external/python/cpython2/Misc/ |
D | HISTORY | 13558 the set {ntoh,hton}{s,l}().
|
/external/python/cpython3/Misc/ |
D | HISTORY | 30937 the set {ntoh,hton}{s,l}().
|