version 1.9, 2000/06/05 06:38:23 |
version 1.9.4.2, 2002/06/20 03:49:32 |
Line 100 struct udp6stat { |
|
Line 100 struct udp6stat { |
|
} |
} |
|
|
#ifdef _KERNEL |
#ifdef _KERNEL |
struct in6pcb udb6; |
extern struct in6pcb udb6; |
struct udp6stat udp6stat; |
extern struct udp6stat udp6stat; |
|
|
void udp6_ctlinput __P((int, struct sockaddr *, void *)); |
void udp6_ctlinput __P((int, struct sockaddr *, void *)); |
void udp6_init __P((void)); |
void udp6_init __P((void)); |
Line 114 int udp6_usrreq __P((struct socket *, |
|
Line 114 int udp6_usrreq __P((struct socket *, |
|
struct proc *)); |
struct proc *)); |
#endif /* _KERNEL */ |
#endif /* _KERNEL */ |
|
|
#endif /*_NETINET6_UDP6_VAR_H_*/ |
#endif /* _NETINET6_UDP6_VAR_H_ */ |