| version 1.150, 2006/10/10 21:49:15 |
version 1.151, 2006/10/12 01:32:38 |
|
|
| } |
} |
| |
|
| int |
int |
| udp6_input(struct mbuf **mp, int *offp, int proto) |
udp6_input(struct mbuf **mp, int *offp, int proto __unused) |
| { |
{ |
| struct mbuf *m = *mp; |
struct mbuf *m = *mp; |
| int off = *offp; |
int off = *offp; |
| Line 1421 SYSCTL_SETUP(sysctl_net_inet_udp_setup, |
|
| Line 1421 SYSCTL_SETUP(sysctl_net_inet_udp_setup, |
|
| * -1 if an error occurent and m was freed |
* -1 if an error occurent and m was freed |
| */ |
*/ |
| static int |
static int |
| udp4_espinudp(mp, off, src, so) |
udp4_espinudp(struct mbuf **mp, int off, struct sockaddr *src __unused, |
| struct mbuf **mp; |
struct socket *so) |
| int off; |
|
| struct sockaddr *src; |
|
| struct socket *so; |
|
| { |
{ |
| size_t len; |
size_t len; |
| caddr_t data; |
caddr_t data; |