Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ | |
int_lib.h | 123 uint32_t msh = (uint32_t)(value >> 32); local in function:__builtin_clzll 125 if (msh != 0) 126 return __builtin_clz(msh); |
/src/sys/net/ | |
if_loop.c | 304 union mpls_shim msh; local in function:looutput 305 msh.s_addr = MPLS_GETSADDR(rt); 306 if (msh.shim.label != MPLS_LABEL_IMPLNULL) { |
if_mpls.c | 502 union mpls_shim msh; local in function:mpls_send_frame 505 msh.s_addr = MPLS_GETSADDR(rt); 506 if (msh.shim.label == MPLS_LABEL_IMPLNULL || |
if_gre.c | 919 union mpls_shim msh; local in function:gre_output 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 in function:ip_mark_mpls 175 msh.s_addr = MPLS_GETSADDR(rt); 176 if (msh.shim.label != MPLS_LABEL_IMPLNULL) { |