LCOV - code coverage report
Current view: top level - zephyr/posix/netinet - in.h Hit Total Coverage
Test: new.info Lines: 0 2 0.0 %
Date: 2024-12-22 00:14:23

          Line data    Source code
       1           0 : /*
       2             :  * Copyright (c) 2019 Linaro Limited
       3             :  *
       4             :  * SPDX-License-Identifier: Apache-2.0
       5             :  */
       6             : #ifndef ZEPHYR_INCLUDE_POSIX_NETINET_IN_H_
       7             : #define ZEPHYR_INCLUDE_POSIX_NETINET_IN_H_
       8             : 
       9             : #include <stdint.h>
      10             : 
      11             : #include <zephyr/net/socket.h>
      12             : 
      13             : #ifdef __cplusplus
      14             : extern "C" {
      15             : #endif
      16             : 
      17           0 : typedef uint16_t in_port_t;
      18             : typedef uint32_t in_addr_t;
      19             : 
      20             : #ifdef __cplusplus
      21             : }
      22             : #endif
      23             : 
      24             : #endif /* ZEPHYR_INCLUDE_POSIX_NETINET_IN_H_ */

Generated by: LCOV version 1.14