Home
last modified time | relevance | path

Searched refs:dest_flags (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_lib.c212 int dest_flags; in BN_with_flags() local
214 dest_flags = (dest->flags & BN_FLG_MALLOCED) | in BN_with_flags()
218 dest->flags = dest_flags; in BN_with_flags()
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_hwmp.c547 perr->perr_dests[i].dest_flags = *iefrm_t++; in hwmp_recv_action_meshpath()
554 if (perr->perr_dests[i].dest_flags & in hwmp_recv_action_meshpath()
772 #define PERR_DFLAGS(n) perr->perr_dests[n].dest_flags
1676 #define PERR_DFLAGS(n) perr.perr_dests[n].dest_flags
1713 #define PERR_DFLAGS(n) perr->perr_dests[n].dest_flags
1864 if (perr->perr_dests[i].dest_flags & in hwmp_send_perr()
1880 #define PERR_DFLAGS(n) perr.perr_dests[n].dest_flags
/dragonfly/sys/netproto/802_11/
H A Dieee80211_mesh.h293 uint8_t dest_flags; member