Lines Matching defs:ipaddr
1964 def add_ipaddr(self, ipaddr): argument
1969 def del_ipaddr(self, ipaddr): argument
2572 def energy_scan(self, mask, count, period, scan_duration, ipaddr): argument
2590 def panid_query(self, panid, mask, ipaddr): argument
2635 …def ping(self, ipaddr, num_responses=1, size=8, timeout=5, count=1, interval=1, hoplimit=64, inter… argument
2838 def announce_begin(self, mask, count, period, ipaddr): argument
2975 def coap_delete(self, ipaddr, uri, con=False, payload=None): argument
2981 def coap_get(self, ipaddr, uri, con=False, payload=None): argument
2987 def coap_get_block(self, ipaddr, uri, size=16, count=0): argument
2993 def coap_observe(self, ipaddr, uri, con=False, payload=None): argument
2999 def coap_post(self, ipaddr, uri, con=False, payload=None): argument
3005 def coap_post_block(self, ipaddr, uri, size=16, count=0): argument
3011 def coap_put(self, ipaddr, uri, con=False, payload=None): argument
3017 def coap_put_block(self, ipaddr, uri, size=16, count=0): argument
3023 def _coap_rq(self, method, ipaddr, uri, con=False, payload=None): argument
3039 def _coap_rq_block(self, method, ipaddr, uri, size=16, count=0): argument
3216 def coaps_connect(self, ipaddr): argument
3281 def udp_send(self, bytes, ipaddr, port, success=True): argument
3860 …def ping_ether(self, ipaddr, num_responses=1, size=None, timeout=5, ttl=None, interface='eth0') ->… argument
3940 def udp_send_host(self, ipaddr, port, data, hop_limit=None): argument