| version 1.153, 2006/11/10 13:00:23 |
version 1.154, 2006/11/10 13:01:55 |
|
|
| } |
} |
| |
|
| int |
int |
| udp6_input(struct mbuf **mp, int *offp, int proto __unused) |
udp6_input(struct mbuf **mp, int *offp, int proto) |
| { |
{ |
| struct mbuf *m = *mp; |
struct mbuf *m = *mp; |
| int off = *offp; |
int off = *offp; |
| Line 1414 SYSCTL_SETUP(sysctl_net_inet_udp_setup, |
|
| Line 1414 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(struct mbuf **mp, int off, struct sockaddr *src __unused, |
udp4_espinudp(struct mbuf **mp, int off, struct sockaddr *src, |
| struct socket *so) |
struct socket *so) |
| { |
{ |
| size_t len; |
size_t len; |