Function report |
Source Code:lib\vsprintf.c |
Create Date:2022-07-28 06:12:14 |
Last Modify:2022-05-21 09:47:42 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ip_addr_string
Proto:static __attribute__((__noinline__)) char *ip_addr_string(char *buf, char *end, const void *ptr, struct printf_spec spec, const char *fmt)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
char * | buf | |
char * | end | |
const void * | ptr | |
struct printf_spec | spec | |
const char * | fmt |
1559 | Case fmt[1] == '6' |
1561 | Case fmt[1] == '4' |
1563 | Case fmt[1] == 'S' |
1564 | const union{struct sockaddr raw;struct sockaddr_in v4;struct sockaddr_in6 v6;} * sa = ptr |
1571 | Case address family, AF_xxx == Internet IP Protocol |
1573 | Case address family, AF_xxx == IP version 6 |
1575 | Default |
1580 | err_fmt_msg = If fmt[0] == 'i' Then "(%pi?)" Else "(%pI?)" |
Name | Describe |
---|---|
pointer | Show a '%p' thing. A kernel extension is that the '%p' is followed* by an extra set of alphanumeric characters that are extended format* specifiers.* Please update scripts/checkpatch.pl when adding/removing conversion* characters |
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 |