Home
last modified time | relevance | path

Searched refs:mhtype (Results 1 – 3 of 3) sorted by relevance

/external/iptables/extensions/
Dlibip6t_mh.c105 static void parse_mh_types(const char *mhtype, uint8_t *types) in parse_mh_types() argument
110 buffer = strdup(mhtype); in parse_mh_types()
/external/scapy/scapy/layers/
Dinet6.py3005 mhtype = 2 variable in MIP6MH_CoTI
3033 mhtype = 4 variable in MIP6MH_CoT
3093 other.mhtype == 5 and
3094 self.mhtype == 6 and
/external/scapy/test/
Dregression.uts5198 a.nh == 135 and isinstance(b, MIP6MH_BRR) and b.nh == 59 and b.len == 0 and b.mhtype == 0 and b.res…
5203 a.nh == 135 and isinstance(b, MIP6MH_BRR) and b.nh == 0xff and b.len == 4 and b.mhtype == 0 and b.r…
5229 a.nh == 135 and isinstance(b, MIP6MH_HoTI) and b.nh==59 and b.mhtype == 1 and b.len== 1 and b.res =…
5238 a.nh == 135 and isinstance(b, MIP6MH_HoTI) and b.nh==59 and b.mhtype == 1 and b.len == 1 and b.res …
5251 a.nh == 135 and isinstance(b, MIP6MH_CoTI) and b.nh==59 and b.mhtype == 2 and b.len== 1 and b.res =…
5259 a.nh == 135 and isinstance(b, MIP6MH_CoTI) and b.nh==59 and b.mhtype == 2 and b.len == 1 and b.res …
5272 a.nh == 135 and isinstance(b, MIP6MH_HoT) and b.nh==59 and b.mhtype == 3 and b.len== 2 and b.res ==…
5280 a.nh == 135 and isinstance(b, MIP6MH_HoT) and b.nh==59 and b.mhtype == 3 and b.len== 2 and b.res ==…
5302 a.nh == 135 and isinstance(b, MIP6MH_HoT) and b.nh==59 and b.mhtype == 4 and b.len== 2 and b.res ==…
5310 a.nh == 135 and isinstance(b, MIP6MH_CoT) and b.nh==59 and b.mhtype == 4 and b.len== 2 and b.res ==…