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

/freebsd-10.0-release/bin/sh/
H A Dexpand.c190 struct ifsregion *ifsp; local
192 ifsp = ifsfirst.next->next;
194 ifsfirst.next = ifsp;
358 struct ifsregion *ifsp; local
360 ifsp = ifsfirst.next->next;
362 ifsfirst.next = ifsp;
378 struct ifsregion *ifsp; local
380 ifsp = ifslastp->next->next;
382 ifslastp->next = ifsp;
974 struct ifsregion *ifsp; local
1011 struct ifsregion *ifsp; local
[all...]
/freebsd-10.0-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.0-release/contrib/ntp/ntpd/
H A Dntp_request.c2833 struct info_if_stats **ifsp = (struct info_if_stats **)data; local
2834 struct info_if_stats *ifs = *ifsp;
2870 *ifsp = (struct info_if_stats *)more_pkt();

Completed in 108 milliseconds