Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_printf.c Create Date:2022-07-28 06:32:31
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ip4

Proto:static void __init ip4(void)

Type:void

Parameter:Nothing

405  Address family = Internet IP Protocol
406  Port number = cpu_to_be16(12345)
407  s_addr = cpu_to_be32(0x7f000001)
409  test("127.000.000.001|127.0.0.1", "%pi4|%pI4", & Internet address , & Internet address )
410  test("127.000.000.001|127.0.0.1", "%piS|%pIS", & sa, & sa)
411  s_addr = cpu_to_be32(0x01020304)
412  test("001.002.003.004:12345|1.2.3.4:12345", "%piSp|%pISp", & sa, & sa)
Caller
NameDescribe
ip