HomeSort by: relevance | last modified time | path
    Searched refs:msh (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
int_lib.h 123 uint32_t msh = (uint32_t)(value >> 32);
125 if (msh != 0)
126 return __builtin_clz(msh);
  /src/sys/net/
if_loop.c 304 union mpls_shim msh; local
305 msh.s_addr = MPLS_GETSADDR(rt);
306 if (msh.shim.label != MPLS_LABEL_IMPLNULL) {
if_mpls.c 502 union mpls_shim msh; local
505 msh.s_addr = MPLS_GETSADDR(rt);
506 if (msh.shim.label == MPLS_LABEL_IMPLNULL ||
if_gre.c 919 union mpls_shim msh; local
920 msh.s_addr = MPLS_GETSADDR(rt);
921 if (msh.shim.label != MPLS_LABEL_IMPLNULL)
  /src/sys/netinet/
ip_output.c 167 union mpls_shim msh; local
175 msh.s_addr = MPLS_GETSADDR(rt);
176 if (msh.shim.label != MPLS_LABEL_IMPLNULL) {

Completed in 17 milliseconds