Home
last modified time | relevance | path

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

/src/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…
/src/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…
/src/sbin/ipf/iplang/
H A DBNF27 ipv4optlist = "nop" | "rr" | "zsu" | "mtup" | "mtur" | "encode" | "ts" |
/src/share/examples/ipfilter/
H A DBNF62 optlist = "nop" | "rr" | "zsu" | "mtup" | "mtur" | "encode" | "ts" | "tr" |
/src/sys/netinet6/
H A Dip6_output.c1354 ip6_getpmtu_ctl(u_int fibnum, const struct in6_addr *dst, u_long *mtup) in ip6_getpmtu_ctl() argument
1367 ip6_calcmtu(nh->nh_ifp, dst, nh->nh_mtu, mtup, 0); in ip6_getpmtu_ctl()
1387 struct ifnet *ifp, const struct in6_addr *dst, u_long *mtup, in ip6_getpmtu() argument
1432 ip6_calcmtu(ifp, dst, mtu, mtup, proto); in ip6_getpmtu()
1442 u_long *mtup, u_int proto) in ip6_calcmtu() argument
1466 *mtup = mtu; in ip6_calcmtu()