Searched refs:ipaddr (Results 1 – 5 of 5) sorted by relevance
/include/linux/netfilter/ipset/ |
D | ip_set.h | 273 extern int ip_set_get_ipaddr4(struct nlattr *nla, __be32 *ipaddr); 274 extern int ip_set_get_ipaddr6(struct nlattr *nla, union nf_inet_addr *ipaddr); 279 ip_set_get_hostipaddr4(struct nlattr *nla, u32 *ipaddr) in ip_set_get_hostipaddr4() argument 286 *ipaddr = ntohl(ip); in ip_set_get_hostipaddr4() 334 static inline int nla_put_ipaddr4(struct sk_buff *skb, int type, __be32 ipaddr) in nla_put_ipaddr4() argument 341 ret = nla_put_net32(skb, IPSET_ATTR_IPADDR_IPV4, ipaddr); in nla_put_ipaddr4()
|
/include/uapi/linux/ |
D | atmmpc.h | 17 __be32 ipaddr; /* the IP address of the shortcut */ member
|
/include/net/sctp/ |
D | sctp.h | 283 memcpy(&asoc->stats.obs_rto_ipaddr, &trans->ipaddr, in sctp_max_rto()
|
D | structs.h | 789 union sctp_addr ipaddr; member
|
/include/net/ |
D | xfrm.h | 589 int (*new_mapping)(struct xfrm_state *x, xfrm_address_t *ipaddr, __be16 sport); 1574 extern int km_new_mapping(struct xfrm_state *x, xfrm_address_t *ipaddr, __be16 sport);
|