rx: Use unsigned addresses
authorAndrew Deason <adeason@sinenomine.net>
Fri, 25 Jun 2010 14:48:38 +0000 (09:48 -0500)
committerDerrick Brashear <shadow@dementia.org>
Fri, 25 Jun 2010 17:35:32 +0000 (10:35 -0700)
commitfbe5c7f7073324fc80ee0a80ca97e8c1980a3c95
treee9e7934bb59e9d8d5d1a9a378a72f75d666c75f6
parent3bff5ca0b69a23c709123338400e53bb3c00d9e8
rx: Use unsigned addresses

RX sometimes uses afs_int32 to represent IP addresses; make it use
afs_uint32. This alters some structures in rx.h and some prototypes in
rx_prototypes.h.

Change-Id: I97df8a5de8f5e0355ab2056825de68bb7122e439
Reviewed-on: http://gerrit.openafs.org/2251
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/rx/rx.c
src/rx/rx.h
src/rx/rx_packet.c
src/rx/rx_prototypes.h