[IPV4]: ip_route_connect() ipv4 address arguments annotated
annotated address arguments (port number left alone for now); ditto for inferred net-endian variables in callers. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -50,7 +50,7 @@ int dccp_v4_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len)
|
||||
struct dccp_sock *dp = dccp_sk(sk);
|
||||
const struct sockaddr_in *usin = (struct sockaddr_in *)uaddr;
|
||||
struct rtable *rt;
|
||||
u32 daddr, nexthop;
|
||||
__be32 daddr, nexthop;
|
||||
int tmp;
|
||||
int err;
|
||||
|
||||
|
Reference in New Issue
Block a user