Searched refs:maxpacketsize (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias.c | 1121 .maxpktsize = maxpacketsize in TcpAliasOut() 1308 int maxpacketsize, int create); 1311 int maxpacketsize); 1341 if (ntohs(pip->ip_len) > maxpacketsize in LibAliasInLocked() 1342 || (pip->ip_hl << 2) > maxpacketsize) { in LibAliasInLocked() 1463 iresult = LibAliasInLocked(la, pip, maxpacketsize); in LibAliasOutLocked() 1471 if (ntohs(pip->ip_len) > maxpacketsize in LibAliasOutLocked() 1472 || (pip->ip_hl << 2) > maxpacketsize) { in LibAliasOutLocked() 1554 int maxpacketsize /* for error checking */ in LibAliasUnaliasOut() argument 1568 if (ntohs(pip->ip_len) > maxpacketsize in LibAliasUnaliasOut() [all …]
|
| H A D | alias_ftp.c | 105 int maxpacketsize); 226 int maxpacketsize /* The maximum size this packet can grow to in AliasHandleFtpOut() argument 273 NewFtpMessage(la, pip, lnk, maxpacketsize, ftp_message_type); in AliasHandleFtpOut() 648 int maxpacketsize, in NewFtpMessage() argument 737 strncpy(sptr, stemp, maxpacketsize - hlen); in NewFtpMessage() 756 MIN(slen, maxpacketsize - hlen)); in NewFtpMessage()
|
| H A D | alias_proxy.c | 288 int maxpacketsize) in ProxyEncodeTcpStream() argument 321 if ((int)(ntohs(pip->ip_len) + strlen(buffer)) > maxpacketsize) in ProxyEncodeTcpStream() 380 int maxpacketsize) in ProxyEncodeIpHeader() argument 392 (void)maxpacketsize; in ProxyEncodeIpHeader() 498 int maxpacketsize, in ProxyModify() argument 507 ProxyEncodeIpHeader(pip, maxpacketsize); in ProxyModify() 511 ProxyEncodeTcpStream(lnk, pip, maxpacketsize); in ProxyModify()
|
| H A D | alias_smedia.c | 135 int maxpacketsize); 481 AliasHandleRtspOut(struct libalias *la, struct ip *pip, struct alias_link *lnk, int maxpacketsize) in AliasHandleRtspOut() argument 491 (void)maxpacketsize; in AliasHandleRtspOut()
|
| H A D | alias_irc.c | 95 int maxpacketsize);
|
| /f-stack/freebsd/netipsec/ |
| H A D | xform_ipcomp.c | 403 int error, ralen, maxpacketsize; in ipcomp_output() local 427 maxpacketsize = IP_MAXPACKET; in ipcomp_output() 432 maxpacketsize = IPV6_MAXPACKET; in ipcomp_output() 445 if (ralen + skip + IPCOMP_HLENGTH > maxpacketsize) { in ipcomp_output() 451 ralen + skip + IPCOMP_HLENGTH, maxpacketsize)); in ipcomp_output()
|
| H A D | xform_ah.c | 845 int error, rplen, authsize, ahsize, maxpacketsize, roff; in ah_output() local 864 maxpacketsize = IP_MAXPACKET; in ah_output() 869 maxpacketsize = IPV6_MAXPACKET; in ah_output() 882 if (ahsize + m->m_pkthdr.len > maxpacketsize) { in ah_output() 887 ahsize + m->m_pkthdr.len, maxpacketsize)); in ah_output()
|
| H A D | xform_esp.c | 688 int error, maxpacketsize; in esp_output() local 727 maxpacketsize = IP_MAXPACKET; in esp_output() 732 maxpacketsize = IPV6_MAXPACKET; in esp_output() 747 if (skip + hlen + rlen + padding + alen > maxpacketsize) { in esp_output() 752 skip + hlen + rlen + padding + alen, maxpacketsize)); in esp_output()
|