Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_infiniband.c283 *pflags |= RT_L2_ME; in infiniband_resolve_addr()
371 if ((pflags & RT_L2_ME) != 0) { in infiniband_output()
H A Droute.h71 #define RT_L2_ME (1 << RT_L2_ME_BIT) /* 0x0004 */ macro
H A Dif_ethersubr.c271 *pflags |= RT_L2_ME; in ether_resolve_addr()
356 if ((pflags & RT_L2_ME) != 0) { in ether_output()
/f-stack/tools/compat/include/net/
H A Droute.h69 #define RT_L2_ME (1 << RT_L2_ME_BIT) /* 0x0004 */ macro