Searched refs:solen (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ip.c | 840 uint8_t sotype, solen; in print_ip6opt_ls() local 862 GETINT8(solen, data); in print_ip6opt_ls() 863 if (solen < 2 || solen > op_len) { in print_ip6opt_ls() 866 sotype, solen, op_len); in print_ip6opt_ls() 867 if (solen < 2) in print_ip6opt_ls() 868 solen = 2; in print_ip6opt_ls() 869 if (solen > op_len) in print_ip6opt_ls() 870 solen = op_len; in print_ip6opt_ls() 872 op_len -= solen; in print_ip6opt_ls() 873 solen -= 2; in print_ip6opt_ls() [all …]
|
H A D | snoop_dhcpv6.c | 974 int solen; in show_options() local 993 solen = data[1]; in show_options() 996 if (solen > olen) { in show_options() 1000 solen = olen; in show_options() 1002 if (solen > 0) { in show_options() 1003 show_ascii(data, solen, " CA Data"); in show_options() 1004 data += solen; in show_options() 1005 olen -= solen; in show_options()
|
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | init_reboot.c | 126 uint_t olen, solen; in dhcp_init_reboot_v6() local 169 DHCPV6_OPT_IAADDR, &solen)) != NULL) { in dhcp_init_reboot_v6() 170 if (solen < sizeof (dhcpv6_iaaddr_t)) in dhcp_init_reboot_v6()
|
H A D | bound.c | 655 uint_t olen, solen, ssolen, msglen; in configure_v6_leases() local 726 DHCPV6_OPT_STATUS_CODE, &solen); in configure_v6_leases() 727 scode = dhcpv6_status_code(d6so, solen, &estr, &msg, &msglen); in configure_v6_leases() 777 DHCPV6_OPT_IAADDR, &solen)) != NULL) { in configure_v6_leases() 778 if (solen < sizeof (d6ia)) { in configure_v6_leases() 805 sizeof (d6ia), solen - sizeof (d6ia), NULL, in configure_v6_leases()
|
H A D | request.c | 365 uint_t olen, solen; in compute_points_v6() local 415 DHCPV6_OPT_STATUS_CODE, &solen); in compute_points_v6() 416 if (dhcpv6_status_code(d6so, solen, &estr, &msg, &msglen) == in compute_points_v6()
|
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 980 uint_t solen; in get_dhcpv6_addrs() local 990 DHCPV6_OPT_IAADDR, &solen)) != NULL) { in get_dhcpv6_addrs() 991 if (solen < sizeof (dhcpv6_iaaddr_t) || in get_dhcpv6_addrs() 992 (uchar_t *)d6so + solen > end) in get_dhcpv6_addrs()
|
/titanic_50/usr/src/lib/libpicltree/ |
H A D | picltree.c | 3399 int solen = strlen(SO_VERS) + 1; in get_plugins_from_dir() local 3410 if (len < solen) in get_plugins_from_dir() 3413 if (strcmp(ent->d_name + (len - solen), SO_VERS) == 0) in get_plugins_from_dir()
|