Function report |
Source Code:security\tomoyo\network.c |
Create Date:2022-07-28 19:45:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:moyo_socket_bind_permission - Check permission for setting the local address of a socket.*@sock: Pointer to "struct socket".*@addr: Pointer to "struct sockaddr".*@addr_len: Size of @addr.* Returns 0 on success, negative value otherwise.
Proto:int tomoyo_socket_bind_permission(struct socket *sock, struct sockaddr *addr, int addr_len)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct socket * | sock | |
struct sockaddr * | addr | |
int | addr_len |
727 | family = moyo_sock_family - Get socket's family.*@sk: Pointer to "struct sock".* Returns one of PF_INET, PF_INET6, PF_UNIX or 0. |
730 | If Not family Then Return 0 |
733 | Case type == SOCK_STREAM |
734 | Case type == SOCK_DGRAM |
736 | Case type == SOCK_SEQPACKET |
740 | Default |
741 | Return 0 |
Name | Describe |
---|---|
tomoyo_socket_bind | moyo_socket_bind - Check permission for bind().*@sock: Pointer to "struct socket".*@addr: Pointer to "struct sockaddr".*@addr_len: Size of @addr.* Returns 0 on success, negative value otherwise. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |