Home
last modified time | relevance | path

Searched defs:protos (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/tests/
H A Dinet_transfer.c635 uint8_t protos[] = { IPPROTO_TCP, IPPROTO_UDP, 0 }; in inet_test_traffic() local
/xnu-12377.41.6/bsd/sys/
H A Dcdefs.h115 #define __P(protos) protos /* full-blown ANSI C */ argument
131 #define __P(protos) () /* traditional C preprocessor */ argument