matt
|
b0e01dddf8
|
ANSI'fy and de-__P
|
2004-04-19 00:10:48 +00:00 |
jdolecek
|
934f52d4ff
|
Sprinkle couple of cosmetic changes - use 'extern' in headers, make
some stuff static, const as appropriate, use static TAILQ_HEAD_INITIALIZER()
instead TAILQ_INIT() call.
|
2001-06-19 07:37:16 +00:00 |
thorpej
|
c1185c1020
|
PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4
and IPv6 code, also use this to traverse PCB tables, looking for cached
routes referencing the dying ifnet, forcing them to be refreshed.
|
2000-02-02 23:28:08 +00:00 |
thorpej
|
2af8db77c9
|
Grumble, forward decl for struct ifaddr.
|
2000-02-02 08:14:20 +00:00 |
thorpej
|
b2408b62bf
|
Add missing prototype for ns_purgeaddr().
|
2000-02-02 08:06:49 +00:00 |
christos
|
dd6e9d3e5a
|
fix comment and copyright spacing.
|
1998-09-13 15:21:32 +00:00 |
christos
|
9b63f5f407
|
Assign copyright to TNF.
|
1998-09-05 14:30:31 +00:00 |
thorpej
|
c5dab54215
|
- Be more careful with type sizes (many u_long -> u_int32_t in protocol
structures).
- Use NTOH*() and HTON*() where appropriate.
- Some slight formatting cleanup in a few places.
|
1997-07-18 19:30:33 +00:00 |
christos
|
98d5537195
|
- make this compile again
- printf -> kprintf, sprintf -> ksprintf
|
1996-10-10 23:22:58 +00:00 |
mycroft
|
49d52c9b1c
|
Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, PRU_BIND and
PRU_CONTROL. The usrreq interface really needs to be split up, but this will have to wait.
Remove SS_PRIV completely.
|
1996-05-22 13:54:55 +00:00 |
christos
|
4dd67bbcd4
|
Fix(?) (I have no way to test this) netns crash when receiving PRC_REDIRECT's
I handled them in a similar way with other protocols, by calling:
ns_pcbnotify(..., ns_rtchange, ...)
I hope it works.
Fixes PR/2266
|
1996-03-27 14:44:14 +00:00 |
christos
|
acdfea75a0
|
ns_cksum.c: Bring prototype into scope.
ns_var.c: Add forward declaration for struct sockaddr;
|
1996-03-14 18:44:41 +00:00 |
christos
|
f0684ee41d
|
netns prototypes
|
1996-02-13 22:13:43 +00:00 |