Searched refs:maxpacketsize (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sys/netinet/libalias/
H A Dalias.c813 UdpAliasOut(struct libalias *la, struct ip *pip, int maxpacketsize, int create) argument
879 ProxyModify(la, lnk, pip, maxpacketsize, proxy_type);
1038 TcpAliasOut(struct libalias *la, struct ip *pip, int maxpacketsize, int create) argument
1096 .maxpktsize = maxpacketsize
1105 ProxyModify(la, lnk, pip, maxpacketsize, proxy_type);
1291 int maxpacketsize, int create);
1294 int maxpacketsize);
1297 LibAliasIn(struct libalias *la, char *ptr, int maxpacketsize) argument
1302 res = LibAliasInLocked(la, ptr, maxpacketsize);
1308 LibAliasInLocked(struct libalias *la, char *ptr, int maxpacketsize) argument
1413 LibAliasOut(struct libalias *la, char *ptr, int maxpacketsize) argument
1424 LibAliasOutTry(struct libalias *la, char *ptr, int maxpacketsize, int create) argument
1435 LibAliasOutLocked(struct libalias *la, char *ptr, int maxpacketsize, int create ) argument
[all...]
H A Dalias_ftp.c104 int maxpacketsize);
226 int maxpacketsize /* The maximum size this packet can grow to
273 NewFtpMessage(la, pip, lnk, maxpacketsize, ftp_message_type);
648 int maxpacketsize,
737 strncpy(sptr, stemp, maxpacketsize - hlen);
646 NewFtpMessage(struct libalias *la, struct ip *pip, struct alias_link *lnk, int maxpacketsize, int ftp_message_type) argument
H A Dalias_proxy.c292 int maxpacketsize)
323 if ((int)(ntohs(pip->ip_len) + strlen(buffer)) > maxpacketsize)
382 int maxpacketsize)
394 (void)maxpacketsize;
501 int maxpacketsize,
510 ProxyEncodeIpHeader(pip, maxpacketsize);
514 ProxyEncodeTcpStream(lnk, pip, maxpacketsize);
290 ProxyEncodeTcpStream(struct alias_link *lnk, struct ip *pip, int maxpacketsize) argument
381 ProxyEncodeIpHeader(struct ip *pip, int maxpacketsize) argument
499 ProxyModify(struct libalias *la, struct alias_link *lnk, struct ip *pip, int maxpacketsize, int proxy_type) argument
H A Dalias_smedia.c133 int maxpacketsize);
482 AliasHandleRtspOut(struct libalias *la, struct ip *pip, struct alias_link *lnk, int maxpacketsize) argument
492 (void)maxpacketsize;
H A Dalias_irc.c93 int maxpacketsize);
/freebsd-10.0-release/sys/netipsec/
H A Dxform_ipcomp.c356 int error, ralen, maxpacketsize; local
384 maxpacketsize = IP_MAXPACKET;
389 maxpacketsize = IPV6_MAXPACKET;
402 if (ralen + skip + IPCOMP_HLENGTH > maxpacketsize) {
408 ralen + skip + IPCOMP_HLENGTH, maxpacketsize));
H A Dxform_ah.c903 int error, rplen, authsize, maxpacketsize, roff; local
921 maxpacketsize = IP_MAXPACKET;
926 maxpacketsize = IPV6_MAXPACKET;
940 if (rplen + authsize + m->m_pkthdr.len > maxpacketsize) {
945 rplen + authsize + m->m_pkthdr.len, maxpacketsize));
H A Dxform_esp.c685 int error, maxpacketsize; local
732 maxpacketsize = IP_MAXPACKET;
737 maxpacketsize = IPV6_MAXPACKET;
749 if (skip + hlen + rlen + padding + alen > maxpacketsize) {
753 skip + hlen + rlen + padding + alen, maxpacketsize));

Completed in 91 milliseconds