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_string

Proto:static __attribute__((__noinline__)) char *ip6_string(char *p, const char *addr, const char *fmt)

Type:char

Parameter:

TypeParameterName
char *p
const char *addr
const char *fmt
1416  When i < 8 cycle
1417  p = hex_byte_pack(p, * addr++)
1418  p = hex_byte_pack(p, * addr++)
1419  If fmt[0] == 'I' && i != 7 Then p++ = ':'
1422  p = '\0'
1424  Return p
Caller
NameDescribe
ip6_addr_string
ip6_addr_string_sa