Searched refs:maxpktsize (Results 1 – 8 of 8) sorted by relevance
517 if (opts->maxpktsize == 0) /* use default */518 opts->maxpktsize = ifmtu;519 else if (opts->maxpktsize > ifmtu)522 if (opts->pktsize > opts->maxpktsize)523 opts->pktsize = opts->maxpktsize;563 if (nsPerByte * (double)opts->maxpktsize > (double)INT_MAX) {570 rate2str(ifnsPerByte * (double)opts->maxpktsize /575 nsPerByte = (double)(INT_MAX / opts->maxpktsize);600 minidle = -((double)opts->maxpktsize * (double)nsPerByte);
70 ah->maxpktsize == 0) in fingerprint()
70 uint16_t maxpktsize; /* Max packet size. */ member
98 if (ah->dport == NULL || ah->lnk == NULL || ah->maxpktsize == 0) in fingerprint()111 AliasHandleIrcOut(la, pip, ah->lnk, ah->maxpktsize); in protohandler()
773 .maxpktsize = 0 in UdpAliasIn()894 .maxpktsize = 0 in UdpAliasOut()976 .maxpktsize = 0 in TcpAliasIn()1002 .maxpktsize = 0 in TcpAliasIn()1128 .maxpktsize = maxpacketsize in TcpAliasOut()1382 .maxpktsize = 0 in LibAliasInLocked()1536 .maxpktsize = 0 in LibAliasOutLocked()
141 ah->maxpktsize == 0) in fingerprint()157 else AliasHandleRtspOut(la, pip, ah->lnk, ah->maxpktsize); in protohandler()
111 ah->maxpktsize == 0) in fingerprint_out()133 AliasHandleFtpOut(la, pip, ah->lnk, ah->maxpktsize); in protohandler_out()
41 u_int maxpktsize; member