addr.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) | addr.h (35c55c9877f8de0ab129fa1a309271d0ecc868b9) |
---|---|
1/* 2 * net/tipc/addr.h: Include file for TIPC address utility routines 3 * 4 * Copyright (c) 2000-2006, Ericsson AB 5 * Copyright (c) 2004-2005, Wind River Systems 6 * All rights reserved. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 59 unchanged lines hidden (view full) --- 68int in_own_cluster_exact(struct net *net, u32 addr); 69int in_own_node(struct net *net, u32 addr); 70u32 addr_domain(struct net *net, u32 sc); 71int tipc_addr_domain_valid(u32); 72int tipc_addr_node_valid(u32 addr); 73int tipc_in_scope(u32 domain, u32 addr); 74int tipc_addr_scope(u32 domain); 75char *tipc_addr_string_fill(char *string, u32 addr); | 1/* 2 * net/tipc/addr.h: Include file for TIPC address utility routines 3 * 4 * Copyright (c) 2000-2006, Ericsson AB 5 * Copyright (c) 2004-2005, Wind River Systems 6 * All rights reserved. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 59 unchanged lines hidden (view full) --- 68int in_own_cluster_exact(struct net *net, u32 addr); 69int in_own_node(struct net *net, u32 addr); 70u32 addr_domain(struct net *net, u32 sc); 71int tipc_addr_domain_valid(u32); 72int tipc_addr_node_valid(u32 addr); 73int tipc_in_scope(u32 domain, u32 addr); 74int tipc_addr_scope(u32 domain); 75char *tipc_addr_string_fill(char *string, u32 addr); |
76 |
|
76#endif | 77#endif |