Lines Matching refs:net_context
94 extern const char *net_context_state(struct net_context *context);
95 extern bool net_context_is_reuseaddr_set(struct net_context *context);
96 extern bool net_context_is_reuseport_set(struct net_context *context);
97 extern bool net_context_is_v6only_set(struct net_context *context);
98 extern bool net_context_is_recv_pktinfo_set(struct net_context *context);
99 extern bool net_context_is_timestamping_set(struct net_context *context);
101 int net_context_get_local_addr(struct net_context *context,
107 static inline const char *net_context_state(struct net_context *context) in net_context_state()
112 static inline bool net_context_is_reuseaddr_set(struct net_context *context) in net_context_is_reuseaddr_set()
117 static inline bool net_context_is_reuseport_set(struct net_context *context) in net_context_is_reuseport_set()
122 static inline bool net_context_is_recv_pktinfo_set(struct net_context *context) in net_context_is_recv_pktinfo_set()
127 static inline bool net_context_is_timestamping_set(struct net_context *context) in net_context_is_timestamping_set()
133 static inline int net_context_get_local_addr(struct net_context *context, in net_context_get_local_addr()