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

/freebsd-10-stable/bin/sh/
H A Dexpand.c187 struct ifsregion *ifsp; local
189 ifsp = ifsfirst.next->next;
191 ifsfirst.next = ifsp;
347 struct ifsregion *ifsp; local
349 ifsp = ifsfirst.next->next;
351 ifsfirst.next = ifsp;
367 struct ifsregion *ifsp; local
369 ifsp = ifslastp->next->next;
371 ifslastp->next = ifsp;
951 struct ifsregion *ifsp; local
991 struct ifsregion *ifsp; local
[all...]
/freebsd-10-stable/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-stable/contrib/ntp/ntpd/
H A Dntp_request.c2696 struct info_if_stats **ifsp = (struct info_if_stats **)data; local
2697 struct info_if_stats *ifs = *ifsp;
2736 *ifsp = (struct info_if_stats *)more_pkt();

Completed in 63 milliseconds