Searched refs:resend (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sbin/ipf/ipresend/
H A DMakefile5 SRCS= ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c
/freebsd-13-stable/contrib/ipfilter/ipsend/
H A Dipresend.c56 \t\t-r filename\tsnoop data file to resend\n\
57 \t\t-R filename\tlibpcap data file to resend\n\
74 char *resend = NULL; local
94 resend = optarg;
115 if (!ipr || !resend)
132 return ip_resend(dev, mtu, ipr, gwip, resend);
H A DMakefile8 ROBJS=ipresend.o ip.o resend.o $(IPFT)
/freebsd-13-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsaal_sscop.c1625 send_rs(struct sscop *sscop, int resend, struct SSCOP_MBUF_T *uu) argument
1633 pdu.sscop_ns = resend ? sscop->rs_mr : sscop->vr_mr;
1636 bgn.sscop_bgns = resend ? sscop->rs_sq : sscop->vt_sq;
/freebsd-13-stable/sys/netinet/
H A Dsctp_indata.c3789 * it if its a resend?
3794 * Now is this one marked for resend and its time is
3805 * No, we are done when hit one for resend
3841 int inflight = 0, resend = 0, inbetween = 0, acked = 0, above = 0; local
3863 resend++;
3881 inflight, inbetween, resend, above, acked);
3910 /* Now mark for resend */
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c1841 resend:
1850 goto resend;

Completed in 96 milliseconds