Searched refs:cip (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/usr.sbin/sa/
H A Dpdb.c165 struct cmdinfo *cip, ci, ci_total, ci_other, ci_junk; local
193 cip = (struct cmdinfo *) data.data;
194 bcopy(cip, &ci, sizeof ci);
244 cip = (struct cmdinfo *) data.data;
245 bcopy(cip, &ci, sizeof ci);
258 check_junk(const struct cmdinfo *cip) argument
263 fprintf(stderr, "%s (%ju) -- ", cip->ci_comm, (uintmax_t)cip->ci_calls);
281 print_ci(const struct cmdinfo *cip, const struct cmdinfo *totalcip) argument
286 c = cip
[all...]
/freebsd-10-stable/sys/net80211/
H A Dieee80211_crypto.c194 ieee80211_crypto_register(const struct ieee80211_cipher *cip) argument
196 if (cip->ic_cipher >= IEEE80211_CIPHER_MAX) {
198 __func__, cip->ic_name, cip->ic_cipher);
201 if (ciphers[cip->ic_cipher] != NULL && ciphers[cip->ic_cipher] != cip) {
203 __func__, cip->ic_name);
206 ciphers[cip->ic_cipher] = cip;
213 ieee80211_crypto_unregister(const struct ieee80211_cipher *cip) argument
267 const struct ieee80211_cipher *cip; local
490 const struct ieee80211_cipher *cip = key->wk_cipher; local
533 const struct ieee80211_cipher *cip; local
577 const struct ieee80211_cipher *cip; local
[all...]
H A Dieee80211_crypto.h208 const struct ieee80211_cipher *cip = k->wk_cipher; local
209 return (cip->ic_miclen > 0 ? cip->ic_demic(k, m, force) : 1);
219 const struct ieee80211_cipher *cip = k->wk_cipher; local
220 return (cip->ic_miclen > 0 ? cip->ic_enmic(k, m, force) : 1);
H A Dieee80211_ddb.c764 const struct ieee80211_cipher *cip = wk->wk_cipher; local
768 switch (cip->ic_cipher) {
794 cip->ic_cipher, wk->wk_keyix, 8*keylen);
806 if (cip->ic_cipher != IEEE80211_CIPHER_WEP &&
809 if (cip->ic_cipher != IEEE80211_CIPHER_WEP &&
H A Dieee80211_ioctl.c83 const struct ieee80211_cipher *cip; local
105 cip = wk->wk_cipher;
106 ik.ik_type = cip->ic_cipher;
116 if (cip->ic_cipher == IEEE80211_CIPHER_TKIP) {
/freebsd-10-stable/sys/dev/md/
H A Dmd.c310 struct indir *cip; local
317 for (cip = ip; cip != NULL;) {
318 if (cip->shift) {
319 idx = (offset >> cip->shift) & NMASK;
320 up = cip->array[idx];
321 cip = (struct indir *)up;
325 return (cip->array[idx]);
337 struct indir *cip, *lip[10]; local
345 cip
[all...]
/freebsd-10-stable/sys/dev/ath/
H A Dif_ath_keycache.c196 const struct ieee80211_cipher *cip = k->wk_cipher; local
208 KASSERT(cip->ic_cipher < N(ciphermap),
209 ("invalid cipher type %u", cip->ic_cipher));
210 hk.kv_type = ciphermap[cip->ic_cipher];
489 const struct ieee80211_cipher *cip = k->wk_cipher; local
498 if (cip->ic_cipher == IEEE80211_CIPHER_TKIP &&
507 if (cip->ic_cipher == IEEE80211_CIPHER_TKIP &&
H A Dif_ath_tx.c1006 const struct ieee80211_cipher *cip; local
1032 cip = k->wk_cipher;
1033 (*hdrlen) += cip->ic_header;
1034 (*pktlen) += cip->ic_header + cip->ic_trailer;
1037 (*pktlen) += cip->ic_miclen;
/freebsd-10-stable/tools/regression/net80211/wep/
H A Dtest_wep.c190 const struct ieee80211_cipher *cip; local
214 cip = key.wk_cipher;
219 cip = key.wk_cipher;
228 if (!cip->ic_decap(&key, m)) {
254 if (!cip->ic_encap(&key, m, t->keyix<<6)) {
/freebsd-10-stable/tools/regression/net80211/tkip/
H A Dtest_tkip.c187 const struct ieee80211_cipher *cip; local
217 cip = key.wk_cipher;
219 m->m_data += cip->ic_header;
250 if (!cip->ic_encap(&key, m, t->keyix<<6)) {
284 if (!cip->ic_decap(&key, m)) {
/freebsd-10-stable/tools/regression/net80211/ccmp/
H A Dtest_ccmp.c598 const struct ieee80211_cipher *cip; local
627 cip = key.wk_cipher;
629 m->m_data += cip->ic_header;
637 if (!cip->ic_encap(&key, m, t->keyix<<6)) {
663 if (!cip->ic_decap(&key, m)) {
/freebsd-10-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile42 print-cip.c \
/freebsd-10-stable/sys/boot/i386/libi386/
H A Dpxe.h476 IP4_t cip; /* Client IP */ member in struct:__anon6455
/freebsd-10-stable/contrib/gcc/
H A Dprotoize.c1572 f_list_chain_item *cip = xmalloc (sizeof (f_list_chain_item));
1574 cip->formals_list
1579 cip->chain_next = def_dec_p->f_list_chain;
1580 def_dec_p->f_list_chain = cip;
1558 f_list_chain_item *cip = xmalloc (sizeof (f_list_chain_item)); local
/freebsd-10-stable/sys/dev/mwl/
H A Dif_mwl.c1684 const struct ieee80211_cipher *cip = k->wk_cipher; local
1703 switch (cip->ic_cipher) {
3226 const struct ieee80211_cipher *cip; local
3255 cip = k->wk_cipher;
3256 pktlen += cip->ic_header + cip->ic_miclen + cip->ic_trailer;

Completed in 222 milliseconds