Home
last modified time | relevance | path

Searched refs:w1 (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/networking/libiproute/
Dutils.c265 uint32_t w1, w2; in inet_addr_match() local
268 w1 = a1[words]; in inet_addr_match()
273 if ((w1 ^ w2) & mask) in inet_addr_match()