Searched refs:ifsp (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/bin/sh/
H A Dexpand.c191 struct ifsregion *ifsp; local
193 ifsp = ifsfirst.next->next;
195 ifsfirst.next = ifsp;
360 struct ifsregion *ifsp; local
362 ifsp = ifsfirst.next->next;
364 ifsfirst.next = ifsp;
380 struct ifsregion *ifsp; local
382 ifsp = ifslastp->next->next;
384 ifslastp->next = ifsp;
957 struct ifsregion *ifsp; local
997 struct ifsregion *ifsp; local
[all...]
/freebsd-10.1-release/contrib/ipfilter/tools/
H A Dipfstat.c1745 static void showfrstates(ifsp, ticks)
1746 ipfrstat_t *ifsp;
1756 ifsp->ifs_new, ifsp->ifs_expire, ifsp->ifs_hits);
1758 ifsp->ifs_retrans0, ifsp->ifs_short);
1760 ifsp->ifs_nomem, ifsp->ifs_exists);
1761 PRINTF("%lu\tinuse\n", ifsp
[all...]
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_request.c2676 struct info_if_stats **ifsp = (struct info_if_stats **)data; local
2677 struct info_if_stats *ifs = *ifsp;
2716 *ifsp = (struct info_if_stats *)more_pkt();

Completed in 115 milliseconds