Home
last modified time | relevance | path

Searched refs:IfNext (Results 1 – 1 of 1) sorted by relevance

/dports/net/igmpproxy/igmpproxy-0.3/src/
H A Difvc.c57 struct ifreq *IfPt, *IfNext; in rebuildIfVc() local
82 for ( IfPt = IfVc; IfPt < IfEp; IfPt = IfNext ) { in rebuildIfVc()
86 IfNext = (struct ifreq *)((char *)&IfPt->ifr_addr + in rebuildIfVc()
93 if (IfNext < IfPt + 1) in rebuildIfVc()
94 IfNext = IfPt + 1; in rebuildIfVc()
230 struct ifreq *IfPt, *IfNext; in buildIfVc() local
235 for ( IfPt = IfVc; IfPt < IfEp; IfPt = IfNext ) { in buildIfVc()
239 IfNext = (struct ifreq *)((char *)&IfPt->ifr_addr + in buildIfVc()
246 if (IfNext < IfPt + 1) in buildIfVc()
247 IfNext = IfPt + 1; in buildIfVc()