Searched refs:protos (Results 1 – 6 of 6) sorted by relevance
9 PRIVATE_DATAFILES = boot.h consistent_debug.h protos.h dockchannel.h apple_uart_regs.h18 protos.h \
11 protos.h
12 protos.h
26 protos.h \
115 #define __P(protos) protos /* full-blown ANSI C */ argument131 #define __P(protos) () /* traditional C preprocessor */ argument
635 uint8_t protos[] = { IPPROTO_TCP, IPPROTO_UDP, 0 }; in inet_test_traffic() local641 for (uint8_t * proto = protos; *proto != 0; proto++) { in inet_test_traffic()