Home
last modified time | relevance | path

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

/linux-4.19.296/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.h645 int (*new_mapping)(struct xfrm_state *x, xfrm_address_t *ipaddr, __be16 sport);
1780 int km_new_mapping(struct xfrm_state *x, xfrm_address_t *ipaddr, __be16 sport);
/linux-4.19.296/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,
/linux-4.19.296/include/linux/netfilter/ipset/
Dip_set.h336 extern int ip_set_get_ipaddr4(struct nlattr *nla, __be32 *ipaddr);
337 extern int ip_set_get_ipaddr6(struct nlattr *nla, union nf_inet_addr *ipaddr);
350 ip_set_get_hostipaddr4(struct nlattr *nla, u32 *ipaddr) in ip_set_get_hostipaddr4() argument
357 *ipaddr = ntohl(ip); in ip_set_get_hostipaddr4()
407 static inline int nla_put_ipaddr4(struct sk_buff *skb, int type, __be32 ipaddr) in nla_put_ipaddr4() argument
414 ret = nla_put_in_addr(skb, IPSET_ATTR_IPADDR_IPV4, ipaddr); in nla_put_ipaddr4()
/linux-4.19.296/include/uapi/linux/
Datmmpc.h18 __be32 ipaddr; /* the IP address of the shortcut */ member
/linux-4.19.296/fs/afs/
Dafs_vl.h113 __be32 ipaddr; member
Dvlclient.c299 r->ipaddr = 0; in afs_vl_get_addrs_u()
/linux-4.19.296/drivers/s390/net/
Dqeth_l3_sys.c680 struct qeth_ipaddr *ipaddr; in qeth_l3_dev_ip_add_show() local
692 hash_for_each(card->ip_htable, i, ipaddr, hnode) { in qeth_l3_dev_ip_add_show()
693 if (ipaddr->proto != proto || ipaddr->type != type) in qeth_l3_dev_ip_add_show()
700 qeth_l3_ipaddr_to_string(proto, (const u8 *)&ipaddr->u, in qeth_l3_dev_ip_add_show()
Dqeth_l3_main.c1832 qeth_l3_ipaddr4_to_string((u8 *)entry->ipaddr, buf); in qeth_l3_arp_add_entry()
1873 qeth_l3_ipaddr4_to_string((u8 *)entry->ipaddr, buf); in qeth_l3_arp_remove_entry()
/linux-4.19.296/include/net/sctp/
Dsctp.h280 memcpy(&asoc->stats.obs_rto_ipaddr, &trans->ipaddr, in sctp_max_rto()
Dstructs.h819 union sctp_addr ipaddr; member
/linux-4.19.296/fs/cifs/
Dconnect.c333 char *unc, *ipaddr = NULL; in reconn_set_ipaddr() local
347 rc = dns_resolve_server_name_to_ip(unc, &ipaddr); in reconn_set_ipaddr()
357 rc = cifs_convert_address((struct sockaddr *)&server->dstaddr, ipaddr, in reconn_set_ipaddr()
358 strlen(ipaddr)); in reconn_set_ipaddr()
360 kfree(ipaddr); in reconn_set_ipaddr()