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

/freebsd-current/sbin/ipf/ipresend/
H A DMakefile4 SRCS= ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c
/freebsd-current/sbin/ipf/ipsend/
H A Dipresend.c51 \t\t-r filename\tsnoop data file to resend\n\
52 \t\t-R filename\tlibpcap data file to resend\n\
68 char *resend = NULL; local
88 resend = optarg;
109 if (!ipr || !resend)
126 return (ip_resend(dev, mtu, ipr, gwip, resend));
H A DMakefile8 ROBJS=ipresend.o ip.o resend.o $(IPFT)
/freebsd-current/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++;
3876 inflight, inbetween, resend, above, acked);
3881 inflight, inbetween, resend, above, acked);
3910 /* Now mark for resend */
H A Dsctp_usrreq.c106 sctp_pathmtu_adjustment(struct sctp_tcb *stcb, uint32_t mtu, bool resend) argument
141 if (resend && chk->sent < SCTP_DATAGRAM_RESEND) {
144 * immediate resend, since we sent it being

Completed in 201 milliseconds