Searched refs:protos (Results 1 – 6 of 6) sorted by relevance
9 PRIVATE_DATAFILES = boot.h consistent_debug.h protos.h18 protos.h \
11 protos.h
12 protos.h
30 protos.h \
112 #define __P(protos) protos /* full-blown ANSI C */ argument128 #define __P(protos) () /* traditional C preprocessor */ argument
3745 uint8_t protos[] = { IPPROTO_TCP, IPPROTO_UDP, 0 }; in test_traffic() local3751 for (uint8_t * proto = protos; *proto != 0; proto++) { in test_traffic()