Home
last modified time | relevance | path

Searched refs:how (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/net/bluetooth/
H A Dl2cap_sock.c1333 static int l2cap_sock_shutdown(struct socket *sock, int how) in l2cap_sock_shutdown() argument
1340 BT_DBG("sock %p, sk %p, how %d", sock, sk, how); in l2cap_sock_shutdown()
1342 /* 'how' parameter is mapped to sk_shutdown as follows: in l2cap_sock_shutdown()
1347 how++; in l2cap_sock_shutdown()
1355 if ((sk->sk_shutdown & how) == how) { in l2cap_sock_shutdown()
1377 if ((sk->sk_shutdown & how) == how) { in l2cap_sock_shutdown()
1385 if ((how in l2cap_sock_shutdown()
[all...]
H A Dsco.c1063 static int sco_sock_shutdown(struct socket *sock, int how) in sco_sock_shutdown() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dsockets.h1005 * @param[in] how Specifies the type of shut-down. The values are as follows: \n
1010 * depending on the value of the how argument.
1019 * - <b> [EINVAL] </b>: \n The 'how' argument is invalid.
1039 int lwip_shutdown(int socket, int how);
2237 * - The select() API does not update the timeout argument to indicate how much time was left.
2453 #define shutdown(s, how) lwip_shutdown(s, how)

Completed in 12 milliseconds