Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/heimdal/kdc/
H A Drx.h63 uint32_t connid; /* And channel ID */ member
/freebsd-14.2/sys/dev/usb/wlan/
H A Dif_uathreg.h178 uint32_t connid; /* tx connection id */ member
323 uint32_t connid; member
350 uint32_t connid; member
H A Dif_uath.c1349 desc->connid = htobe32(0); in uath_dataflush()
1598 desc->connid = htobe32(UATH_ID_BSS); in uath_tx_start()
1600 desc->connid = htobe32(UATH_ID_INVALID); in uath_tx_start()
1607 desc->msgid, framelen, msglen, be32toh(desc->connid), in uath_tx_start()
1884 uath_create_connection(struct uath_softc *sc, uint32_t connid) in uath_create_connection() argument
1894 create.connid = htobe32(connid); in uath_create_connection()
1923 rates.connid = htobe32(UATH_ID_BSS); /* XXX */ in uath_set_rates()