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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_var.h614 struct in6_multi *in6_addmulti __P((struct in6_addr *, struct ifnet *,
616 void in6_delmulti __P((struct in6_multi *, int));
617 extern int in6_ifindex2scopeid __P((int));
618 extern int in6_mask2len __P((struct in6_addr *, u_char *));
619 extern void in6_len2mask __P((struct in6_addr *, int));
620 int in6_control __P((struct socket *,
622 int in6_update_ifa __P((struct ifnet *, struct in6_aliasreq *,
624 void in6_purgeaddr __P((struct ifaddr *, int));
625 int in6if_do_dad __P((struct ifnet *));
626 void in6_purgeif __P((struc
[all...]
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...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dcdefs.h86 #define __P(protos) protos /* full-blown ANSI C */ macro
102 #define __P(protos) () /* traditional C preprocessor */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Droute.c1076 static int rt_fixdelete __P((struct radix_node *, void *));
1077 static int rt_fixchange __P((struct radix_node *, void *));
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c435 static void key_setspi __P((struct secasvar *, u_int32_t));

Completed in 53 milliseconds