函数逻辑报告 |
Source Code:security\selinux\netport.c |
Create Date:2022-07-27 20:40:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:sel_netport_sid - Lookup the SID of a network port*@protocol: protocol*@pnum: port*@sid: port SID* Description:* This function determines the SID of a network port using the fastest method* possible
函数原型:int sel_netport_sid(u8 protocol, u16 pnum, unsigned int *sid)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
u8 | protocol | |
u16 | pnum | |
unsigned int * | sid |
190 | 如果(port != NULL)则 |
191 | sid等于 SID for this node |
193 | 返回:0 |
名称 | 描述 |
---|---|
selinux_socket_connect_helper | This supports connect(2) and SCTP connect services such as sctp_connectx(3)* and sctp_sendmsg(3) as described in Documentation/security/SCTP.rst |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |