Lines Matching defs:ipaddr
1663 def add_ipaddr(self, ipaddr): argument
1668 def del_ipaddr(self, ipaddr): argument
2106 def energy_scan(self, mask, count, period, scan_duration, ipaddr): argument
2124 def panid_query(self, panid, mask, ipaddr): argument
2169 …def ping(self, ipaddr, num_responses=1, size=8, timeout=5, count=1, interval=1, hoplimit=64, inter… argument
2331 def announce_begin(self, mask, count, period, ipaddr): argument
2467 def coap_delete(self, ipaddr, uri, con=False, payload=None): argument
2473 def coap_get(self, ipaddr, uri, con=False, payload=None): argument
2479 def coap_get_block(self, ipaddr, uri, size=16, count=0): argument
2485 def coap_observe(self, ipaddr, uri, con=False, payload=None): argument
2491 def coap_post(self, ipaddr, uri, con=False, payload=None): argument
2497 def coap_post_block(self, ipaddr, uri, size=16, count=0): argument
2503 def coap_put(self, ipaddr, uri, con=False, payload=None): argument
2509 def coap_put_block(self, ipaddr, uri, size=16, count=0): argument
2515 def _coap_rq(self, method, ipaddr, uri, con=False, payload=None): argument
2531 def _coap_rq_block(self, method, ipaddr, uri, size=16, count=0): argument
2708 def coaps_connect(self, ipaddr): argument
2773 def udp_send(self, bytes, ipaddr, port, success=True): argument
3242 …def ping_ether(self, ipaddr, num_responses=1, size=None, timeout=5, ttl=None, interface='eth0') ->… argument
3293 def udp_send_host(self, ipaddr, port, data, hop_limit=None): argument