Home
last modified time | relevance | path

Searched refs:protocols (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/ir/
A Dir_loopback.c47 } protocols[] = { variable
133 for (i = 0; i < ARRAY_SIZE(protocols); i++) { in main()
134 if (write(protocolfd, protocols[i].decoder, in main()
135 strlen(protocols[i].decoder)) == -1) in main()
139 protocols[i].name, protocols[i].decoder, in main()
140 i + 1, (int)ARRAY_SIZE(protocols)); in main()
143 unsigned int scancode = rand() & protocols[i].mask; in main()
144 unsigned int rc_proto = protocols[i].proto; in main()
/tools/usb/usbip/libsrc/
A Dnames.c81 static struct protocol *protocols[HASHSZ] = { NULL, }; variable
132 p = protocols[hashnum((classid << 16) | (subclassid << 8) in names_protocol()
274 p = protocols[h]; in new_protocol()
286 p->next = protocols[h]; in new_protocol()
287 protocols[h] = p; in new_protocol()
/tools/testing/selftests/net/mptcp/
A Ddiag.sh44 ip netns exec $ns cat /proc/net/protocols | awk '$1~/^MPTCP$/{print $3}'
/tools/net/sunrpc/xdrgen/
A DREADME26 The Linux kernel's implementation of SunRPC-based protocols hand-roll

Completed in 6 milliseconds