Home
last modified time | relevance | path

Searched refs:mtup (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/netbsd-tests/ipf/regress/
H A Di917 pass in from any to any with opt mtur,mtup,encode,ts,tr,sec,cipso,satid,ssrr,visa,imitd,eip,finn,dp…
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Di917 pass in inet from any to any with opt mtup,mtur,encode,ts,tr,sec,e-sec,cipso,satid,ssrr,addext,visa…
/freebsd/sbin/ipf/iplang/
H A DBNF27 ipv4optlist = "nop" | "rr" | "zsu" | "mtup" | "mtur" | "encode" | "ts" |
/freebsd/share/examples/ipfilter/
H A DBNF62 optlist = "nop" | "rr" | "zsu" | "mtup" | "mtur" | "encode" | "ts" | "tr" |
/freebsd/sys/netinet6/
H A Dip6_output.c1469 ip6_getpmtu_ctl(u_int fibnum, const struct in6_addr *dst, u_long *mtup) in ip6_getpmtu_ctl() argument
1482 error = ip6_calcmtu(nh->nh_ifp, dst, nh->nh_mtu, mtup, NULL, 0); in ip6_getpmtu_ctl()
1502 struct ifnet *ifp, const struct in6_addr *dst, u_long *mtup, in ip6_getpmtu() argument
1547 return (ip6_calcmtu(ifp, dst, mtu, mtup, alwaysfragp, proto)); in ip6_getpmtu()
1559 u_long *mtup, int *alwaysfragp, u_int proto) in ip6_calcmtu() argument
1602 *mtup = mtu; in ip6_calcmtu()