Searched refs:isnew (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dgen_gr.c92 static int isnew(char **old, char *new);
409 if (isnew(pvt->group.gr_mem, *m)) {
459 isnew(char **old, char *new) { function
471 n += isnew(old, *new);
480 if (isnew(old, *new))
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dathrate-amrr.c171 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
173 if (isnew)
H A Dathrate-onoe.c181 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
183 if (isnew)
H A Dathrate-sample.c636 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
638 DPRINTF(sc, "%s: %s isnew %d\n", __func__,
639 ether_sprintf(an->an_node.ni_macaddr), isnew);
640 if (isnew)
H A Dath.c4855 * Note that we're called also on a re-associate, the isnew
4859 ath_newassoc(struct ieee80211_node *ni, int isnew) argument
4864 ath_rate_newassoc(sc, ATH_NODE(ni), isnew);
4865 if (isnew &&
H A Drt2661.c772 rt2661_newassoc(struct ieee80211_node *ni, int isnew) argument
H A Dbwi.c7689 bwi_newassoc(struct ieee80211_node *ni, int isnew) argument
/netbsd-6-1-5-RELEASE/sys/net80211/
H A Dieee80211_node.c1189 dump_probe_beacon(u_int8_t subtype, int isnew, argument
1195 ether_sprintf(mac), isnew ? "new " : "",
1201 if (isnew) {
1319 int isnew)
1342 ic->ic_newassoc(ni, isnew);
1317 ieee80211_init_neighbor(struct ieee80211com *ic, struct ieee80211_node *ni, const struct ieee80211_frame *wh, const struct ieee80211_scanparams *sp, int isnew) argument
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dif_otus.c1442 otus_newassoc(struct ieee80211_node *ni, int isnew) argument
1450 DPRINTF("new assoc isnew=%d addr=%s\n",
1451 isnew, ether_sprintf(ni->ni_macaddr));
H A Dif_rum.c2215 rum_newassoc(struct ieee80211_node *ni, int isnew) argument
H A Dif_upgt.c1324 upgt_newassoc(struct ieee80211_node *ni, int isnew) argument
H A Dif_zyd.c2645 zyd_newassoc(struct ieee80211_node *ni, int isnew) argument
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_wpi.c823 wpi_newassoc(struct ieee80211_node *ni, int isnew) argument
H A Dif_iwn.c1711 iwn_newassoc(struct ieee80211_node *ni, int isnew) argument

Completed in 376 milliseconds