Searched refs:_proto (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/net/ |
D | dns_sd.h | 112 #define DNS_SD_REGISTER_SERVICE(_id, _instance, _service, _proto, \ argument 117 .proto = _proto, \
|
D | net_pkt.h | 1874 #define net_pkt_alloc_buffer(_pkt, _size, _proto, _timeout) \ argument 1875 net_pkt_alloc_buffer_debug(_pkt, _size, _proto, _timeout, \ 1893 _proto, _timeout) \ argument 1895 _proto, _timeout, \ 1906 _proto, _timeout) \ argument 1908 _proto, _timeout, \ 1918 #define net_pkt_alloc_buffer_with_reserve(_pkt, _size, _reserve, _proto, _timeout) \ argument 1919 net_pkt_alloc_buffer_with_reserve_debug(_pkt, _size, _reserve, _proto, \
|