Searched defs:htohl (Results 1 - 1 of 1) sorted by relevance

/net/tipc/
H A Dsubscr.c81 * htohl - convert value to endianness used by destination
87 static u32 htohl(u32 in, int swap) function
101 sub->evt.event = htohl(event, sub->swap);
102 sub->evt.found_lower = htohl(found_lower, sub->swap);
103 sub->evt.found_upper = htohl(found_upper, sub->swap);
104 sub->evt.port.ref = htohl(port_ref, sub->swap);
105 sub->evt.port.node = htohl(node, sub->swap);
275 if (s->filter & htohl(TIPC_SUB_CANCEL, swap)) {
276 s->filter &= ~htohl(TIPC_SUB_CANCEL, swap);
296 sub->seq.type = htohl(
[all...]

Completed in 26 milliseconds