Searched refs:ni (Results 151 - 175 of 192) sorted by relevance

12345678

/freebsd-11-stable/tests/sys/opencrypto/
H A Dcryptodev.py409 for mode, ni in kp:
410 print `i`, `ni`
411 for j in ni:
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c853 struct ieee80211_node *ni; local
866 ni = (struct ieee80211_node *) m->m_pkthdr.rcvif;
867 if (ni == NULL) {
868 device_printf(sc->sc_dev, "unexpected NULL ni\n");
875 k = ieee80211_crypto_encap(ni, m);
877 if_inc_counter(ni->ni_vap->iv_ifp,
879 ieee80211_free_node(ni);
885 if (bwn_tx_start(sc, ni, m) != 0) {
886 if (ni != NULL) {
887 if_inc_counter(ni
927 bwn_tx_start(struct bwn_softc *sc, struct ieee80211_node *ni, struct mbuf *m) argument
949 bwn_pio_tx_start(struct bwn_mac *mac, struct ieee80211_node *ni, struct mbuf **mp) argument
1044 bwn_dma_tx_start(struct bwn_mac *mac, struct ieee80211_node *ni, struct mbuf **mp) argument
1659 bwn_raw_xmit(struct ieee80211_node *ni, struct mbuf *m, const struct ieee80211_bpf_params *params) argument
5762 struct ieee80211_node *ni; local
6184 bwn_set_txhdr(struct bwn_mac *mac, struct ieee80211_node *ni, struct mbuf *m, struct bwn_txhdr *txhdr, uint16_t cookie) argument
[all...]
/freebsd-11-stable/sbin/ipfw/
H A Ddummynet.c429 list_flow(struct buf_pr *bp, struct dn_flow *ni) argument
434 struct ipfw_flow_id *id = &ni->fid;
438 bprintf(bp, "%3u%c", (ni->oid.id) & 0xff,
464 pr_u64(bp, &ni->tot_pkts, 4);
465 pr_u64(bp, &ni->tot_bytes, 8);
467 ni->length, ni->len_bytes, ni->drops);
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat6.c447 /* ni(I) - pointer to structure with misc. information needed */
452 /* ni.nai_ip is passed in uninitialised and must be set, in host byte order,*/
456 ipf_nat6_newmap(fin, nat, ni)
459 natinfo_t *ni;
477 np = ni->nai_np;
730 /* ni(I) - pointer to structure with misc. information needed */
733 /* ni.nai_ip is passed in uninitialised and must be set, in host byte order,*/
737 ipf_nat6_newrdr(fin, nat, ni)
740 natinfo_t *ni;
759 np = ni
965 natinfo_t ni; local
[all...]
H A Dip_nat.c2595 /* ni(I) - pointer to structure with misc. information needed */
2600 /* ni.nai_ip is passed in uninitialised and must be set, in host byte order,*/
2604 ipf_nat_newmap(fin, nat, ni)
2607 natinfo_t *ni;
2626 np = ni->nai_np;
2666 DT4(ns_exhausted_1, fr_info_t *, fin, nat_t *, nat, natinfo_t *, ni, ipnat_t *, np);
2684 DT4(ns_exhausted_2, fr_info_t *, fin, nat_t *, nat, natinfo_t *, ni, ipnat_t *, np);
2720 DT4(ns_new_ifpaddr_1, fr_info_t *, fin, nat_t *, nat, natinfo_t *, ni, ipnat_t *, np);
2731 DT4(ns_exhausted_3, fr_info_t *, fin, nat_t *, nat, natinfo_t *, ni, ipnat_t *, np);
2827 DT4(ns_wrap, fr_info_t *, fin, nat_t *, nat, natinfo_t *, ni, ipnat_
3098 natinfo_t ni; local
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_rr.c261 _q->ni.oid.subtype = DN_SCHED_RR;
H A Ddn_sched_wf2q.c306 _q->ni.oid.subtype = DN_SCHED_WF2QP;
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_uathvar.h84 struct ieee80211_node *ni; /* NB: tx only */ member in struct:uath_data
H A Dif_upgtvar.h352 struct ieee80211_node *ni; member in struct:upgt_data
H A Dif_rsureg.h737 struct ieee80211_node *ni; member in struct:rsu_data
/freebsd-11-stable/contrib/gcc/
H A Dtree-vect-transform.c2291 tree ni = unshare_expr (LOOP_VINFO_NITERS (loop_vinfo)); local
2293 var = create_tmp_var (TREE_TYPE (ni), "niters");
2295 ni_name = force_gimple_operand (ni, &stmt, false, var);
2330 tree ni = LOOP_VINFO_NITERS (loop_vinfo); local
2340 log_vf = build_int_cst (TREE_TYPE (ni), exact_log2 (vf));
2342 /* Create: ratio = ni >> log2(vf) */
2344 var = create_tmp_var (TREE_TYPE (ni), "bnd");
2357 var = create_tmp_var (TREE_TYPE (ni), "ratio_mult_vf");
2515 tree var, stmt, ni, ni_name; local
2554 ni
[all...]
H A Dtree-sra.c950 block_stmt_iterator si, ni;
956 for (si = bsi_start (bb); !bsi_end_p (si); si = ni)
964 ni = si;
965 bsi_next (&ni);
947 block_stmt_iterator si, ni; local
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1330 struct nodeinfo *ni = nl->names; local
1369 (caddr_t) ni,
1370 sizeof(*ni));
1375 ni ++;
1382 nl->num_names = ni - nl->names;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1029 for (unsigned ni = 1, ne = I->getNumOperands(); ni != ne; ni += 2) {
1030 if (I->getOperand(ni+1).getMBB() == NMBB) {
1031 MachineOperand &MO = I->getOperand(ni);
/freebsd-11-stable/sys/kern/
H A Dsys_generic.c1358 size_t ni; local
1387 ni = nfds * sizeof(struct pollfd);
1388 if (ni > sizeof(smallbits))
1389 bits = malloc(ni, M_TEMP, M_WAITOK);
1392 error = copyin(fds, bits, ni);
1439 if (ni > sizeof(smallbits))
/freebsd-11-stable/sys/net80211/
H A Dieee80211_dfs.c92 null_set_quiet(struct ieee80211_node *ni, u_int8_t *quiet_elm) argument
H A Dieee80211_scan_sta.c1311 struct ieee80211_node *ni = vap->iv_bss; local
1318 se = sta_lookup(st, ni->ni_macaddr);
1332 curRssi = ic->ic_node_getrssi(ni);
1334 curRate = ni->ni_txrate;
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibqueryerrors.c1090 uint8_t ni[IB_SMP_DATA_SIZE] = { 0 }; local
1091 if (!smp_query_via(ni, &portid, IB_ATTR_NODE_INFO, 0,
1097 mad_decode_field(ni, IB_NODE_PORT_GUID_F, &(port_guid));
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Dikev2.c420 const u8 *ni, size_t ni_len)
422 if (ni == NULL) {
434 os_memcpy(data->i_nonce, ni, ni_len);
419 ikev2_process_ni(struct ikev2_responder_data *data, const u8 *ni, size_t ni_len) argument
/freebsd-11-stable/sys/dev/ath/
H A Dif_athvar.h207 #define ATH_NODE(ni) ((struct ath_node *)(ni))
208 #define ATH_NODE_CONST(ni) ((const struct ath_node *)(ni))
890 void (*sc_bar_response)(struct ieee80211_node *ni,
/freebsd-11-stable/sys/dev/otus/
H A Dif_otusreg.h942 struct ieee80211_node *ni; member in struct:otus_data
947 struct ieee80211_node ni; member in struct:otus_node
981 #define OTUS_NODE(ni) ((struct otus_node *)(ni))
/freebsd-11-stable/contrib/mdocml/
H A Dmdoc_validate.c1553 struct roff_node *n, *ni, *nc; local
1558 for (ni = n->body->child; ni != NULL; ni = ni->next) {
1559 if (ni->body == NULL)
1561 nc = ni->body->last;
1572 if (ni->next == NULL) {
1585 nc = ni->body->last;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2750 for (unsigned i = 0, ni = CommonLateParsedAttrs.size(); i < ni; ++i) {
2753 for (unsigned i = 0, ni = LateParsedAttrs.size(); i < ni; ++i) {
2881 for (unsigned i = 0, ni = CommonLateParsedAttrs.size(); i < ni; ++i)
2884 for (unsigned i = 0, ni = LateParsedAttrs.size(); i < ni; ++i)
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c260 struct nameidata ni; local
282 NDINIT(&ni, LOOKUP, ISOPEN | FOLLOW | LOCKLEAF | AUDITVNODE1,
284 error = namei(&ni);
289 vp = ni.ni_vp;
290 NDFREE(&ni, NDF_ONLY_PNBUF);
/freebsd-11-stable/sys/netinet/
H A Din_pcb.c516 * ni points to the new inp.
523 in_pcbbind_check_bindmulti(const struct inpcb *ni, const struct inpcb *oi) argument
526 if ((ni->inp_flags2 & INP_BINDMULTI) &&
527 (ni->inp_cred->cr_uid !=
532 if ((ni->inp_flags2 & INP_BINDMULTI) &&
537 * We're okay - either INP_BINDMULTI isn't set on ni, or

Completed in 636 milliseconds

12345678