Searched refs:pktsize (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/libexec/tftpd/
H A Dtftp-utils.h53 extern uint16_t pktsize;
H A Dtftp-options.c214 pktsize = size + 4;
268 pktsize = size + 4;
H A Dtftp-transfer.c310 n_data = receive_packet(peer, (char *)rp, pktsize,
H A Dtftp-utils.c51 uint16_t pktsize = SEGSIZE + 4; variable
H A Dtftp-io.c452 if (pkt->th_opcode == DATA && n > pktsize) {
/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_cbq.h133 u_int pktsize; member in struct:cbq_class_spec
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_cbq.h122 u_int pktsize; member in struct:cbq_class_spec
H A Daltq_cbq.c402 opts->pktsize, opts->flags);
695 acp->cbq_class.pktsize) < 0)
746 spec->pktsize, spec->flags);
H A Daltq_rmclass.c196 int minidle, u_int offtime, int pktsize, int flags)
288 red_pkttime = nsecPerByte * pktsize / 1000;
356 int minidle, u_int offtime, int pktsize)
193 rmc_newclass(int pri, struct rm_ifdat *ifd, u_int nsecPerByte, void (*action)(rm_class_t *, rm_class_t *), int maxq, struct rm_class *parent, struct rm_class *borrow, u_int maxidle, int minidle, u_int offtime, int pktsize, int flags) argument
355 rmc_modclass(struct rm_class *cl, u_int nsecPerByte, int maxq, u_int maxidle, int minidle, u_int offtime, int pktsize) argument
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_altq.c417 if (opts->pktsize == 0) { /* use default */
418 opts->pktsize = ifmtu;
419 if (opts->pktsize > MCLBYTES) /* do what TCP does */
420 opts->pktsize &= ~MCLBYTES;
421 } else if (opts->pktsize > ifmtu)
422 opts->pktsize = ifmtu;
426 opts->pktsize = ifmtu;
428 if (opts->pktsize > opts->maxpktsize)
429 opts->pktsize = opts->maxpktsize;
461 ptime = (double)opts->pktsize * ifnsPerByt
[all...]
/freebsd-9.3-release/sys/dev/cxgbe/
H A Dt4_ioctl.h231 int16_t pktsize; /* average packet size */ member in struct:t4_sched_params::__anon7485::__anon7487
H A Dt4_main.c7501 if (p->u.params.pktsize < 0) {
7507 p->u.params.pktsize = 0;
7514 p->u.params.weight, p->u.params.pktsize);
/freebsd-9.3-release/contrib/ntp/ntpq/
H A Dntpq.c1233 size_t pktsize; local
1259 pktsize = CTL_HEADER_LEN;
1266 pktsize += qsize;
1267 while (pktsize & (sizeof(u_int32) - 1)) {
1269 pktsize++;
1278 return sendpkt(&qpkt, pktsize);
1285 while (pktsize & 7) {
1287 pktsize++;
1316 maclen = authencrypt(info_auth_keyid, (void *)&qpkt, pktsize);
1328 return sendpkt((char *)&qpkt, pktsize
[all...]
/freebsd-9.3-release/tools/tools/cxgbetool/
H A Dcxgbetool.c1844 op.u.params.weight = op.u.params.pktsize = -1;
1941 op.u.params.pktsize = (int16_t)l;
2003 if (op.u.params.pktsize < 0 &&
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dcommon.h614 int minrate, int maxrate, int weight, int pktsize);
H A Dt4_hw.c5684 int minrate, int maxrate, int weight, int pktsize)
5705 cmd.u.params.pktsize = cpu_to_be16(pktsize);
5682 t4_sched_params(struct adapter *adapter, int type, int level, int mode, int rateunit, int ratemode, int channel, int cl, int minrate, int maxrate, int weight, int pktsize) argument
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpfvar.h1442 u_int pktsize; member in struct:cbq_opts
/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h7016 __be16 pktsize; member in struct:fw_sched_cmd::fw_sched::fw_sched_params

Completed in 483 milliseconds