Searched refs:hton (Results 1 – 5 of 5) sorted by relevance
/external/bcc/src/lua/bpf/ |
D | builtins.lua | 68 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
|
D | bpf.lua | 404 b = builtins.hton(imm[0]) 1627 ntoh = builtins.ntoh, hton = builtins.hton,
|
/external/bcc/src/lua/ |
D | README.md | 128 * `hton(x[, width])` - convert from host to network 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}().
|