Searched refs:mhtype (Results 1 – 3 of 3) sorted by relevance
/external/iptables/extensions/ |
D | libip6t_mh.c | 105 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/ |
D | inet6.py | 3005 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/ |
D | regression.uts | 5198 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 ==…
|