Searched refs:an_ltv_key (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/usr.sbin/ancontrol/
H A Dancontrol.c85 static void an_str2key(const char *, struct an_ltv_key *);
1258 an_str2key(const char *s, struct an_ltv_key *k)
1288 struct an_ltv_key *k;
1291 k = (struct an_ltv_key *)&areq;
1316 areq.an_len = sizeof(struct an_ltv_key);
1321 areq.an_len = sizeof(struct an_ltv_key);
1333 struct an_ltv_key *k;
1347 k = (struct an_ltv_key *)&areq;
1352 areq.an_len = sizeof(struct an_ltv_key);
1374 areq.an_len = sizeof(struct an_ltv_key);
[all...]
/freebsd-11.0-release/sys/dev/an/
H A Dif_an.c1795 &sc->an_temp_keys[((struct an_ltv_key *)areq)->kindex],
1796 sizeof(struct an_ltv_key));
1883 struct an_ltv_key *key;
1894 key = (struct an_ltv_key *)&sc->areq;
2411 bzero(&sc->areq, sizeof(struct an_ltv_key));
2412 sc->areq.an_len = sizeof(struct an_ltv_key);
2459 bzero(&sc->areq, sizeof(struct an_ltv_key));
2460 sc->areq.an_len = sizeof(struct an_ltv_key);
2983 sc->areq.an_len = sizeof(struct an_ltv_key);
2985 &sc->areq, sizeof(struct an_ltv_key));
[all...]
H A Dif_anreg.h461 struct an_ltv_key an_temp_keys[4];
H A Dif_aironet_ieee.h154 struct an_ltv_key { struct

Completed in 168 milliseconds