Searched refs:addrtype (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dctlreg.h92 struct addrtype { \
100 BUILD_BUG_ON(sizeof(struct addrtype) != _esize); \
105 : [_arr] "Q" (*(struct addrtype *)(&array)), \
111 struct addrtype { \
119 BUILD_BUG_ON(sizeof(struct addrtype) != _esize); \
123 : [_arr] "=Q" (*(struct addrtype *)(&array)) \
H A Dtimex.h143 struct addrtype { char _[len]; }; \
154 : [rc] "=&d" (rc), "+m" (*(struct addrtype *)reg1) \
/linux-master/net/tipc/
H A Daddr.h52 unsigned char addrtype; member in struct:tipc_uaddr
68 ua->addrtype = atype;
81 atype = ua->addrtype;
H A Dsocket.c685 if (ua->addrtype == TIPC_SERVICE_ADDR) {
686 ua->addrtype = TIPC_SERVICE_RANGE;
718 u32 atype = ua->addrtype;
765 addr->addrtype = TIPC_SOCKET_ADDR;
1208 ua.addrtype = TIPC_SERVICE_RANGE;
1430 atype = ua->addrtype;
1450 atype = ua->addrtype;
1706 srcaddr->sock.addrtype = TIPC_SOCKET_ADDR;
1718 srcaddr->member.addrtype = TIPC_SERVICE_ADDR;
2557 if (addr->addrtype
[all...]
H A Dtopsrv.c536 saddr.addrtype = TIPC_SERVICE_RANGE;
/linux-master/lib/raid6/
H A Drecov_s390xc.c14 typedef struct { u8 _[256]; } addrtype; typedef in typeref:struct:__anon13824
18 : "+m" (*(addrtype *) p1) : "m" (*(addrtype *) p2),
/linux-master/net/ipv6/
H A Daddrlabel.c36 int addrtype; member in struct:ip6addrlbl_entry
116 int addrtype, int ifindex)
120 if (p->addrtype && p->addrtype != addrtype)
165 int addrtype; local
170 addrtype = ipv6_addr_type(prefix) & (IPV6_ADDR_MAPPED | IPV6_ADDR_COMPATv4 | IPV6_ADDR_LOOPBACK);
172 switch (addrtype) {
177 addrtype = 0;
181 addrtype
114 __ip6addrlbl_match(const struct ip6addrlbl_entry *p, const struct in6_addr *addr, int addrtype, int ifindex) argument
[all...]
H A Dip6_output.c618 int addrtype = ipv6_addr_type(&hdr->saddr); local
621 if (addrtype == IPV6_ADDR_ANY ||
622 addrtype & (IPV6_ADDR_MULTICAST | IPV6_ADDR_LOOPBACK))
624 if (addrtype & IPV6_ADDR_LINKLOCAL) {
/linux-master/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c64 int route_err, addrtype; local
104 addrtype = ipv6_addr_type(&fl6.daddr);
106 if (addrtype & IPV6_ADDR_MULTICAST)
108 if (addrtype & IPV6_ADDR_UNICAST)
/linux-master/include/uapi/linux/
H A Dtipc.h159 unsigned char addrtype; member in struct:sockaddr_tipc
/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddma.c38 enum b43_addrtype addrtype)
42 switch (addrtype) {
37 b43_dma_address(struct b43_dma *dma, dma_addr_t dmaaddr, enum b43_addrtype addrtype) argument

Completed in 192 milliseconds