Searched refs:maxpacketsize (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/sys/netinet/libalias/ |
| H A D | alias.c | 1130 .maxpktsize = maxpacketsize in TcpAliasOut() 1315 int maxpacketsize, int create); 1318 int maxpacketsize); 1347 if (ntohs(pip->ip_len) > maxpacketsize in LibAliasInLocked() 1348 || (pip->ip_hl << 2) > maxpacketsize) { in LibAliasInLocked() 1470 iresult = LibAliasInLocked(la, pip, maxpacketsize); in LibAliasOutLocked() 1477 if (ntohs(pip->ip_len) > maxpacketsize in LibAliasOutLocked() 1478 || (pip->ip_hl << 2) > maxpacketsize) { in LibAliasOutLocked() 1564 int maxpacketsize /* for error checking */ in LibAliasUnaliasOut() argument 1578 if (ntohs(pip->ip_len) > maxpacketsize in LibAliasUnaliasOut() [all …]
|
| H A D | alias_ftp.c | 105 int maxpacketsize); 222 int maxpacketsize /* The maximum size this packet can grow to in AliasHandleFtpOut() argument 265 NewFtpMessage(la, pip, lnk, maxpacketsize, ftp_message_type); in AliasHandleFtpOut() 638 int maxpacketsize, in NewFtpMessage() argument 727 strncpy(sptr, stemp, maxpacketsize - hlen); in NewFtpMessage() 746 MIN(slen, maxpacketsize - hlen)); in NewFtpMessage()
|
| H A D | alias_proxy.c | 289 int maxpacketsize) in ProxyEncodeTcpStream() argument 321 if ((int)(ntohs(pip->ip_len) + strlen(buffer)) > maxpacketsize) in ProxyEncodeTcpStream() 378 ProxyEncodeIpHeader(struct ip *pip, int maxpacketsize) in ProxyEncodeIpHeader() argument 390 (void)maxpacketsize; in ProxyEncodeIpHeader() 496 int maxpacketsize, in ProxyModify() argument 504 ProxyEncodeIpHeader(pip, maxpacketsize); in ProxyModify() 508 ProxyEncodeTcpStream(lnk, pip, maxpacketsize); in ProxyModify()
|
| H A D | alias_smedia.c | 135 int maxpacketsize); 467 AliasHandleRtspOut(struct libalias *la, struct ip *pip, struct alias_link *lnk, int maxpacketsize) in AliasHandleRtspOut() argument 477 (void)maxpacketsize; in AliasHandleRtspOut()
|
| H A D | alias_irc.c | 95 int maxpacketsize);
|
| /freebsd-13.1/sys/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()
|