Searched refs:maxpacketsize (Results 1 – 8 of 8) sorted by relevance
| /src/sys/netinet/libalias/ |
| H A D | alias.c | 852 UdpAliasOut(struct libalias *la, struct ip *pip, int maxpacketsize, int create) in UdpAliasOut() argument 921 ProxyModify(la, lnk, pip, maxpacketsize, proxy_type); in UdpAliasOut() 1084 TcpAliasOut(struct libalias *la, struct ip *pip, int maxpacketsize, int create) in TcpAliasOut() argument 1147 .maxpktsize = maxpacketsize in TcpAliasOut() 1156 ProxyModify(la, lnk, pip, maxpacketsize, proxy_type); in TcpAliasOut() 1331 int maxpacketsize, int create); 1334 int maxpacketsize); 1337 LibAliasIn(struct libalias *la, void *ptr, int maxpacketsize) in LibAliasIn() argument 1342 res = LibAliasInLocked(la, (struct ip *)ptr, maxpacketsize); in LibAliasIn() 1348 LibAliasInLocked(struct libalias *la, struct ip *pip, int maxpacketsize) in LibAliasInLocked() argument [all …]
|
| H A D | alias_ftp.c | 103 int maxpacketsize); 220 int maxpacketsize /* The maximum size this packet can grow to in AliasHandleFtpOut() argument 263 NewFtpMessage(la, pip, lnk, maxpacketsize, ftp_message_type); in AliasHandleFtpOut() 636 int maxpacketsize, in NewFtpMessage() argument 725 strncpy(sptr, stemp, maxpacketsize - hlen); in NewFtpMessage() 744 MIN(slen, maxpacketsize - hlen)); in NewFtpMessage()
|
| H A D | alias_proxy.c | 287 int maxpacketsize) in ProxyEncodeTcpStream() argument 319 if ((int)(ntohs(pip->ip_len) + strlen(buffer)) > maxpacketsize) in ProxyEncodeTcpStream() 376 ProxyEncodeIpHeader(struct ip *pip, int maxpacketsize) in ProxyEncodeIpHeader() argument 388 (void)maxpacketsize; in ProxyEncodeIpHeader() 494 int maxpacketsize, in ProxyModify() argument 502 ProxyEncodeIpHeader(pip, maxpacketsize); in ProxyModify() 506 ProxyEncodeTcpStream(lnk, pip, maxpacketsize); in ProxyModify()
|
| H A D | alias_smedia.c | 133 int maxpacketsize); 465 AliasHandleRtspOut(struct libalias *la, struct ip *pip, struct alias_link *lnk, int maxpacketsize) in AliasHandleRtspOut() argument 475 (void)maxpacketsize; in AliasHandleRtspOut()
|
| H A D | alias_irc.c | 93 int maxpacketsize);
|
| /src/sys/netipsec/ |
| H A D | xform_ipcomp.c | 419 int error, ralen, maxpacketsize; in ipcomp_output() local 445 maxpacketsize = IP_MAXPACKET; in ipcomp_output() 450 maxpacketsize = IPV6_MAXPACKET; in ipcomp_output() 463 if (ralen + skip + IPCOMP_HLENGTH > maxpacketsize) { in ipcomp_output() 469 ralen + skip + IPCOMP_HLENGTH, maxpacketsize)); in ipcomp_output()
|
| H A D | xform_ah.c | 865 int error, rplen, authsize, ahsize, maxpacketsize, roff; in ah_output() local 886 maxpacketsize = IP_MAXPACKET; in ah_output() 891 maxpacketsize = IPV6_MAXPACKET; in ah_output() 904 if (ahsize + m->m_pkthdr.len > maxpacketsize) { in ah_output() 909 ahsize + m->m_pkthdr.len, maxpacketsize)); in ah_output()
|
| H A D | xform_esp.c | 714 int error, maxpacketsize; in esp_output() local 755 maxpacketsize = IP_MAXPACKET; in esp_output() 760 maxpacketsize = IPV6_MAXPACKET; in esp_output() 775 if (skip + hlen + rlen + padding + alen > maxpacketsize) { in esp_output() 780 skip + hlen + rlen + padding + alen, maxpacketsize)); in esp_output()
|