Sign in
chromium
/
chromiumos
/
third_party
/
systemd
/
refs/heads/factory-14162.B
/
.
/
coccinelle
/
htonl.cocci
blob: 4e69bb709028fd5ffd232a24e32b2dc8a037ea56 [
file
] [
log
] [
blame
] [
edit
]
@@
expression s
;
@@
-
htonl
(
s
)
+
htobe32
(
s
)
@@
expression s
;
@@
-
htons
(
s
)
+
htobe16
(
s
)
@@
expression s
;
@@
-
ntohl
(
s
)
+
be32toh
(
s
)
@@
expression s
;
@@
-
ntohs
(
s
)
+
be16toh
(
s
)