Searched refs:__P (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netkey/
H A Dkeydb.h72 typedef int (*utun_is_keepalive_func) __P((void *, void *, u_int16_t, u_int32_t, size_t));
73 typedef int (*utun_input_func) __P((void *, void *, protocol_family_t family));
H A Dkey.c461 static void key_setspi __P((struct secasvar *, u_int32_t));
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.c182 static int add_entry6 __P((struct ip6_fw_head *chainptr, struct ip6_fw *frwl));
183 static int del_entry6 __P((struct ip6_fw_head *chainptr, u_short number));
184 static int zero_entry6 __P((struct ip6_fw *frwl));
185 static struct ip6_fw *check_ip6fw_struct __P((struct ip6_fw *m));
186 static int ip6opts_match __P((struct ip6_hdr **ip6, struct ip6_fw *f,
189 static int port_match6 __P((u_short *portptr, int nports, u_short port,
191 static int tcp6flg_match __P((struct tcphdr *tcp6, struct ip6_fw *f));
192 static int icmp6type_match __P((struct icmp6_hdr * icmp, struct ip6_fw * f));
193 static void ip6fw_report __P((struct ip6_fw *f, struct ip6_hdr *ip6,
196 static int ip6_fw_chk __P((struc
[all...]
H A Dip6_var.h486 void ip6_notify_pmtu __P((struct inpcb *, struct sockaddr_in6 *,
/darwin-on-arm/xnu/bsd/sys/
H A Dcdefs.h92 #define __P(protos) protos /* full-blown ANSI C */ macro
108 #define __P(protos) () /* traditional C preprocessor */ macro

Completed in 35 milliseconds