Searched refs:NSOS_MID_IPPROTO_TCP (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/drivers/net/ |
D | nsos_sockets.c | 104 *proto_mid = NSOS_MID_IPPROTO_TCP; in socket_proto_to_nsos_mid() 976 case NSOS_MID_IPPROTO_TCP: in socket_proto_from_nsos_mid() 1173 NSOS_MID_IPPROTO_TCP, NSOS_MID_TCP_NODELAY, in nsos_getsockopt() 1177 NSOS_MID_IPPROTO_TCP, NSOS_MID_TCP_KEEPIDLE, in nsos_getsockopt() 1181 NSOS_MID_IPPROTO_TCP, NSOS_MID_TCP_KEEPINTVL, in nsos_getsockopt() 1185 NSOS_MID_IPPROTO_TCP, NSOS_MID_TCP_KEEPCNT, in nsos_getsockopt() 1342 NSOS_MID_IPPROTO_TCP, NSOS_MID_TCP_NODELAY, in nsos_setsockopt() 1346 NSOS_MID_IPPROTO_TCP, NSOS_MID_TCP_KEEPIDLE, in nsos_setsockopt() 1350 NSOS_MID_IPPROTO_TCP, NSOS_MID_TCP_KEEPINTVL, in nsos_setsockopt() 1354 NSOS_MID_IPPROTO_TCP, NSOS_MID_TCP_KEEPCNT, in nsos_setsockopt()
|
D | nsos.h | 34 NSOS_MID_IPPROTO_TCP = 6, /**< TCP protocol */ enumerator
|
D | nsos_adapt.c | 129 case NSOS_MID_IPPROTO_TCP: in socket_proto_from_nsos_mid() 168 *proto_mid = NSOS_MID_IPPROTO_TCP; in socket_proto_to_nsos_mid() 717 case NSOS_MID_IPPROTO_TCP: in nsos_adapt_getsockopt() 822 case NSOS_MID_IPPROTO_TCP: in nsos_adapt_setsockopt()
|