Home
last modified time | relevance | path

Searched refs:protos (Results 1 – 6 of 6) sorted by relevance

/xnu-10002.81.5/pexpert/pexpert/arm/
H A DMakefile9 PRIVATE_DATAFILES = boot.h consistent_debug.h protos.h
18 protos.h \
/xnu-10002.81.5/pexpert/pexpert/machine/
H A DMakefile11 protos.h
/xnu-10002.81.5/pexpert/pexpert/i386/
H A DMakefile12 protos.h
/xnu-10002.81.5/pexpert/pexpert/
H A DMakefile30 protos.h \
/xnu-10002.81.5/bsd/sys/
H A Dcdefs.h112 #define __P(protos) protos /* full-blown ANSI C */ argument
128 #define __P(protos) () /* traditional C preprocessor */ argument
/xnu-10002.81.5/tests/
H A Dnet_bridge.c3745 uint8_t protos[] = { IPPROTO_TCP, IPPROTO_UDP, 0 }; in test_traffic() local
3751 for (uint8_t * proto = protos; *proto != 0; proto++) { in test_traffic()