Function report |
Source Code:lib\net_utils.c |
Create Date:2022-07-28 07:20:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mac_pton
Proto:bool mac_pton(const char *s, u8 *mac)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | s | |
u8 * | mac |
12 | If strlen(s) < 3 * Octets in one ethernet addr - 1 Then Return false |
16 | When i < Octets in one ethernet addr cycle |
19 | If i != Octets in one ethernet addr - 1 && s[i * 3 + 2] != ':' Then Return false |
22 | When i < Octets in one ethernet addr cycle |
25 | Return true |
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 |