Home
last modified time | relevance | path

Searched refs:ipaddr (Results 1 – 7 of 7) sorted by relevance

/include/net/
D6lowpan.h185 static inline void lowpan_iphc_uncompress_eui64_lladdr(struct in6_addr *ipaddr, in lowpan_iphc_uncompress_eui64_lladdr() argument
192 ipaddr->s6_addr[0] = 0xFE; in lowpan_iphc_uncompress_eui64_lladdr()
193 ipaddr->s6_addr[1] = 0x80; in lowpan_iphc_uncompress_eui64_lladdr()
194 memcpy(&ipaddr->s6_addr[8], lladdr, EUI64_ADDR_LEN); in lowpan_iphc_uncompress_eui64_lladdr()
198 ipaddr->s6_addr[8] ^= 0x02; in lowpan_iphc_uncompress_eui64_lladdr()
201 static inline void lowpan_iphc_uncompress_eui48_lladdr(struct in6_addr *ipaddr, in lowpan_iphc_uncompress_eui48_lladdr() argument
208 ipaddr->s6_addr[0] = 0xFE; in lowpan_iphc_uncompress_eui48_lladdr()
209 ipaddr->s6_addr[1] = 0x80; in lowpan_iphc_uncompress_eui48_lladdr()
210 memcpy(&ipaddr->s6_addr[8], lladdr, 3); in lowpan_iphc_uncompress_eui48_lladdr()
211 ipaddr->s6_addr[11] = 0xFF; in lowpan_iphc_uncompress_eui48_lladdr()
[all …]
Dxfrm.h573 int (*new_mapping)(struct xfrm_state *x, xfrm_address_t *ipaddr, __be16 sport);
1676 int km_new_mapping(struct xfrm_state *x, xfrm_address_t *ipaddr, __be16 sport);
/include/trace/events/
Dsctp.h21 __array(__u8, ipaddr, sizeof(union sctp_addr))
33 memcpy(__entry->ipaddr, &sp->ipaddr, sizeof(union sctp_addr));
45 __entry->ipaddr, __entry->state, __entry->cwnd,
/include/linux/netfilter/ipset/
Dip_set.h337 extern int ip_set_get_ipaddr4(struct nlattr *nla, __be32 *ipaddr);
338 extern int ip_set_get_ipaddr6(struct nlattr *nla, union nf_inet_addr *ipaddr);
351 ip_set_get_hostipaddr4(struct nlattr *nla, u32 *ipaddr) in ip_set_get_hostipaddr4() argument
358 *ipaddr = ntohl(ip); in ip_set_get_hostipaddr4()
405 static inline int nla_put_ipaddr4(struct sk_buff *skb, int type, __be32 ipaddr) in nla_put_ipaddr4() argument
412 ret = nla_put_in_addr(skb, IPSET_ATTR_IPADDR_IPV4, ipaddr); in nla_put_ipaddr4()
/include/uapi/linux/
Datmmpc.h18 __be32 ipaddr; /* the IP address of the shortcut */ member
/include/net/sctp/
Dsctp.h265 memcpy(&asoc->stats.obs_rto_ipaddr, &trans->ipaddr, in sctp_max_rto()
Dstructs.h803 union sctp_addr ipaddr; member