Home
last modified time | relevance | path

Searched refs:AF_IEEE802154 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h227 #define AF_IEEE802154 36 /* IEEE802154 sockets */ macro
284 #define PF_IEEE802154 AF_IEEE802154
/openbmc/linux/include/linux/
H A Dsocket.h227 #define AF_IEEE802154 36 /* IEEE802154 sockets */ macro
284 #define PF_IEEE802154 AF_IEEE802154
/openbmc/linux/net/ieee802154/
H A Dsocket.c208 if (uaddr->family != AF_IEEE802154) in raw_bind()
504 if (addr->family != AF_IEEE802154) { in dgram_bind()
577 if (addr->family != AF_IEEE802154) in dgram_connect()
738 saddr->family = AF_IEEE802154; in dgram_recvmsg()
/openbmc/linux/net/mac802154/
H A Diface.c75 sa->family = AF_IEEE802154; in mac802154_wpan_ioctl()
91 if (sa->family != AF_IEEE802154 || in mac802154_wpan_ioctl()