Searched refs:ipsrc (Results 1 – 4 of 4) sorted by relevance
1097 ((sc->ipsrc >> 0) & 0xff), ((sc->ipsrc >> 8) & 0xff), in an_readcache()1098 ((sc->ipsrc >> 16) & 0xff), ((sc->ipsrc >> 24) & 0xff)); in an_readcache()
156 int ipsrc; /* ip address associated with packet */ member
1529 sc->an_sigcache[cache_slot].ipsrc = ip->ip_src.s_addr;
3354 memset(&wsc.ipsrc, 0, sizeof(wsc.ipsrc)); in ieee80211_cfgget()