Searched refs:wire_funcs (Results 1 – 1 of 1) sorted by relevance
1316 } const wire_funcs[XS_TYPE_COUNT] = { variable1377 if ((unsigned int)type < ARRAY_SIZE(wire_funcs) && wire_funcs[type].str) in sockmsg_string()1378 return wire_funcs[type].str; in sockmsg_string()1392 if ((unsigned int)type >= XS_TYPE_COUNT || !wire_funcs[type].func) { in process_message()1398 if ((wire_funcs[type].flags & XS_FLAG_PRIV) && in process_message()1404 trans = (wire_funcs[type].flags & XS_FLAG_NOTID) in process_message()1414 ret = wire_funcs[type].func(conn, in); in process_message()
Completed in 23 milliseconds