Home
last modified time | relevance | path

Searched refs:solen (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c840 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 Dsnoop_dhcpv6.c974 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 Dinit_reboot.c126 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 Dbound.c655 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 Drequest.c365 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 Dmac_protect.c980 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 Dpicltree.c3399 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()