Lines Matching defs:ipaddr
1964 def add_ipaddr(self, ipaddr): argument
1969 def del_ipaddr(self, ipaddr): argument
2558 def energy_scan(self, mask, count, period, scan_duration, ipaddr): argument
2576 def panid_query(self, panid, mask, ipaddr): argument
2621 …def ping(self, ipaddr, num_responses=1, size=8, timeout=5, count=1, interval=1, hoplimit=64, inter… argument
2824 def announce_begin(self, mask, count, period, ipaddr): argument
2961 def coap_delete(self, ipaddr, uri, con=False, payload=None): argument
2967 def coap_get(self, ipaddr, uri, con=False, payload=None): argument
2973 def coap_get_block(self, ipaddr, uri, size=16, count=0): argument
2979 def coap_observe(self, ipaddr, uri, con=False, payload=None): argument
2985 def coap_post(self, ipaddr, uri, con=False, payload=None): argument
2991 def coap_post_block(self, ipaddr, uri, size=16, count=0): argument
2997 def coap_put(self, ipaddr, uri, con=False, payload=None): argument
3003 def coap_put_block(self, ipaddr, uri, size=16, count=0): argument
3009 def _coap_rq(self, method, ipaddr, uri, con=False, payload=None): argument
3025 def _coap_rq_block(self, method, ipaddr, uri, size=16, count=0): argument
3202 def coaps_connect(self, ipaddr): argument
3267 def udp_send(self, bytes, ipaddr, port, success=True): argument
3846 …def ping_ether(self, ipaddr, num_responses=1, size=None, timeout=5, ttl=None, interface='eth0') ->… argument
3926 def udp_send_host(self, ipaddr, port, data, hop_limit=None): argument