Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Dif.h91 # define IN_LINKLOCAL(addr) ((addr & IN_CLASSB_NET) == LINKLOCAL_ADDR) macro
/external/python/cpython2/Lib/plat-darwin/
DIN.py144 def IN_LINKLOCAL(i): return (((u_int32_t)(i) & IN_CLASSB_NET) == IN_LINKLOCALNETNUM) function
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py295 def IN_LINKLOCAL(i): return (((u_int32_t)(i) & (-65536)) == (-1442971648)) function
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py295 def IN_LINKLOCAL(i): return (((u_int32_t)(i) & (-65536)) == (-1442971648)) function