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

  /src/sys/net/
if_mpls.c 211 * prepend shim and deliver
238 mh.shim.bos = 1;
239 mh.shim.exp = 0;
240 mh.shim.ttl = mpls_defttl;
246 if (mh.shim.label != MPLS_LABEL_IMPLNULL &&
251 mh.shim.bos = mh.shim.exp = 0;
252 mh.shim.ttl = mpls_defttl;
373 while ((dst.smpls_addr.shim.label == MPLS_LABEL_IPV4NULL ||
374 dst.smpls_addr.shim.label == MPLS_LABEL_IPV6NULL) &
697 union mpls_shim *shim; local in function:mpls_prepend_shim
    [all...]
if_loop.c 306 if (msh.shim.label != MPLS_LABEL_IMPLNULL) {
if_gre.c 921 if (msh.shim.label != MPLS_LABEL_IMPLNULL)
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hdcp.c 51 const struct intel_hdcp_shim *shim, u8 *bksv)
57 ret = shim->read_bksv(intel_dig_port, bksv);
75 const struct intel_hdcp_shim *shim = connector->hdcp.shim; local in function:intel_hdcp_capable
79 if (!shim)
82 if (shim->hdcp_capable) {
83 shim->hdcp_capable(intel_dig_port, &capable);
85 if (!intel_hdcp_read_valid_bksv(intel_dig_port, shim, bksv))
113 hdcp->shim->hdcp_2_2_capable(intel_dig_port, &capable);
135 const struct intel_hdcp_shim *shim)
524 const struct intel_hdcp_shim *shim = connector->hdcp.shim; local in function:intel_hdcp_auth_downstream
605 const struct intel_hdcp_shim *shim = hdcp->shim; local in function:intel_hdcp_auth
613 u8 shim[DRM_HDCP_AN_LEN]; member in union:intel_hdcp_auth::__anon03128e35010a
617 u8 shim[DRM_HDCP_KSV_LEN]; member in union:intel_hdcp_auth::__anon03128e35020a
621 u8 shim[DRM_HDCP_RI_LEN]; member in union:intel_hdcp_auth::__anon03128e35030a
1229 const struct intel_hdcp_shim *shim = hdcp->shim; local in function:hdcp2_authentication_key_exchange
1313 const struct intel_hdcp_shim *shim = hdcp->shim; local in function:hdcp2_locality_check
1369 const struct intel_hdcp_shim *shim = hdcp->shim; local in function:hdcp2_propagate_stream_management_info
1421 const struct intel_hdcp_shim *shim = hdcp->shim; local in function:hdcp2_authenticate_repeater_topology
1487 const struct intel_hdcp_shim *shim = hdcp->shim; local in function:hdcp2_authenticate_sink
    [all...]
intel_display_types.h 246 * communicate with the receiver through this shim.
343 const struct intel_hdcp_shim *shim; member in struct:intel_hdcp
intel_hdmi.c 1524 u8 shim[DRM_HDCP_RI_LEN]; member in union:intel_hdmi_hdcp_check_link::__anon0317ec38010a
1527 ret = intel_hdmi_hdcp_read_ri_prime(intel_dig_port, ri.shim);
intel_display.c 18527 if (connector->hdcp.shim) {
  /src/sys/netmpls/
mpls.h 50 uint32_t s_addr; /* the whole shim */
63 } shim; member in union:mpls_shim
mpls_ttl.c 160 int destmtu, union mpls_shim *shim)
178 mpls_icmp_ext.ms.s_addr = shim->s_addr;
374 mshim->shim.ttl--;
376 if (mshim->shim.ttl == 0) {
384 * Shim ttl exceeded. Send back ICMP type 11 code 0.
391 while (bos_shim.shim.bos == 0) {
  /src/usr.sbin/ldpd/
ldp_errors.c 167 snprintf(ret, sizeof(ret), "%d", ms2.shim.label);
mpls_routes.c 210 so_mpls->smpls.smpls_addr.shim.label = label;
  /src/lib/librefuse/refuse/
fs.c 774 /* Translate dirent DT_* to mode_t. Needed by shim functions. */
793 /* This is a shim function that satisfies the type of
797 struct fuse_fill_dir_v23_shim* shim = handle; local in function:fuse_dirfil_v11_to_fill_dir_v23
804 res = shim->fill_dir_v23(shim->dirh, name, &stbuf, 0);
808 /* This is a shim function that satisfies the type of
812 struct fuse_fill_dir_v23_shim* shim = handle; local in function:fuse_dirfil_v22_to_fill_dir_v23
820 res = shim->fill_dir_v23(shim->dirh, name, &stbuf, 0);
829 /* This is a shim function that satisfies the type o
835 struct fuse_fill_dir_v30_shim* shim = buf; local in function:fuse_fill_dir_v23_to_v30
    [all...]
  /src/sbin/route/
rtutil.c 775 snprintf(obuf, sizeof(obuf), "%u", ms.shim.label);
782 ms.shim.label);
route.c 1024 ms[where].shim.label = atoi(s);
1751 which, ms.shim.label);
1757 printf("%u; ", ms.shim.label);
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_debugfs.c 2408 if (intel_connector->hdcp.shim) {
2435 if (intel_connector->hdcp.shim) {
4425 if (!intel_connector->hdcp.shim)
  /src/sys/netinet/
ip_output.c 176 if (msh.shim.label != MPLS_LABEL_IMPLNULL) {

Completed in 80 milliseconds