Home
last modified time | relevance | path

Searched refs:hton (Results 1 – 5 of 5) sorted by relevance

/external/bcc/src/lua/bpf/
Dbuiltins.lua68 local function hton(x, w) return ntoh(x, w) end function
70 builtins.hton = hton
81 builtins[hton] = function (e, dst, a, w)
94 hton = ntoh
96 builtins[hton] = function(_, _, _) return end
Dbpf.lua404 b = builtins.hton(imm[0])
1627 ntoh = builtins.ntoh, hton = builtins.hton,
/external/bcc/src/lua/
DREADME.md128 * `hton(x[, width])` - convert from host to network byte order.
/external/python/cpython2/Misc/
DHISTORY13558 the set {ntoh,hton}{s,l}().
/external/python/cpython3/Misc/
DHISTORY30937 the set {ntoh,hton}{s,l}().