| version 1.109, 2009/01/19 02:27:57 |
version 1.110, 2009/09/16 15:23:05 |
| Line 119 int rip_bind(struct inpcb *, struct mbu |
|
| Line 119 int rip_bind(struct inpcb *, struct mbu |
|
| int rip_connect(struct inpcb *, struct mbuf *); |
int rip_connect(struct inpcb *, struct mbuf *); |
| void rip_disconnect(struct inpcb *); |
void rip_disconnect(struct inpcb *); |
| |
|
| |
static void sysctl_net_inet_raw_setup(struct sysctllog **); |
| |
|
| /* |
/* |
| * Nominal space allocated to a raw ip socket. |
* Nominal space allocated to a raw ip socket. |
| */ |
*/ |
|
|
| rip_init(void) |
rip_init(void) |
| { |
{ |
| |
|
| |
sysctl_net_inet_raw_setup(NULL); |
| in_pcbinit(&rawcbtable, 1, 1); |
in_pcbinit(&rawcbtable, 1, 1); |
| } |
} |
| |
|
|
|
| return (error); |
return (error); |
| } |
} |
| |
|
| SYSCTL_SETUP(sysctl_net_inet_raw_setup, "sysctl net.inet.raw subtree setup") |
static void |
| |
sysctl_net_inet_raw_setup(struct sysctllog **clog) |
| { |
{ |
| |
|
| sysctl_createv(clog, 0, NULL, NULL, |
sysctl_createv(clog, 0, NULL, NULL, |