Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\vsprintf.c Create Date:2022-07-28 06:12:12
Last Modify:2022-05-21 09:47:42 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ip6_addr_string

Proto:static __attribute__((__noinline__)) char *ip6_addr_string(char *buf, char *end, const u8 *addr, struct printf_spec spec, const char *fmt)

Type:char

Parameter:

TypeParameterName
char *buf
char *end
const u8 *addr
struct printf_specspec
const char *fmt
1433  If fmt[0] == 'I' && fmt[2] == 'c' Then ip6_compressed_string(ip6_addr, addr)
1435  Else ip6_string(ip6_addr, addr, fmt)
1438  Return Handle string from a well known address.
Caller
NameDescribe
ip_addr_string