Home
last modified time | relevance | path

Searched defs:second_byte (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/common_modules/newip/src/common/
Dnip_addr.c147 static int nip_addr_1byte_check(unsigned char first_byte, unsigned char second_byte, in nip_addr_1byte_check()
167 static int nip_addr_2byte_check(unsigned char first_byte, unsigned char second_byte, in nip_addr_2byte_check()
188 static int nip_addr_3byte_check(unsigned char first_byte, unsigned char second_byte, in nip_addr_3byte_check()
208 static int nip_addr_5byte_check(unsigned char first_byte, unsigned char second_byte, in nip_addr_5byte_check()
228 static int nip_addr_7byte_check(unsigned char first_byte, unsigned char second_byte, in nip_addr_7byte_check()
248 static int nip_addr_8byte_check(unsigned char first_byte, unsigned char second_byte, in nip_addr_8byte_check()
272 static int nip_addr_public_check(unsigned char first_byte, unsigned char second_byte, in nip_addr_public_check()
283 static int nip_addr_unknown(unsigned char first_byte, unsigned char second_byte, in nip_addr_unknown()
309 unsigned char first_byte, second_byte, third_byte; in nip_addr_invalid() local