Searched refs:opt_ptr (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | tn_ipopt.c | 211 uchar_t *opt_ptr = NULL; in tsol_get_option_v6() local 231 &opt_ptr, &after_secopt, &hbh_needed)) in tsol_get_option_v6() 234 if (opt_ptr != NULL) { in tsol_get_option_v6() 241 if ((optlen = opt_ptr[1]) < 8) in tsol_get_option_v6() 243 opt_ptr += 2; in tsol_get_option_v6() 253 bcopy(opt_ptr, &doi, sizeof (doi)); in tsol_get_option_v6() 256 opt_ptr[4] == IP6LS_TT_V4 && in tsol_get_option_v6() 257 opt_ptr[5] <= optlen - 4 && in tsol_get_option_v6() 258 opt_ptr[7] <= optlen - 6 && in tsol_get_option_v6() 259 opt_ptr[7] <= opt_ptr[5] - 2) { in tsol_get_option_v6() [all …]
|
H A D | tnet.c | 685 uchar_t *opt_ptr = NULL; in tsol_get_pkt_label() local 706 if (!tsol_get_option_v4(mp, &label_type, &opt_ptr)) in tsol_get_pkt_label() 712 if (!tsol_get_option_v6(mp, &label_type, &opt_ptr)) in tsol_get_pkt_label() 727 co = (const struct cipso_option *)opt_ptr; in tsol_get_pkt_label() 734 if (!cipso_to_sl(opt_ptr, &sl)) in tsol_get_pkt_label() 1462 uchar_t *opt_ptr = NULL; in tsol_ip_forward() local 1487 if (!tsol_get_option_v4(mp, &label_type, &opt_ptr)) in tsol_ip_forward() 1508 if (!tsol_get_option_v6(mp, &label_type, &opt_ptr)) in tsol_ip_forward()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 2112 ccp_test(unit, opt_ptr, opt_len, for_transmit) in ccp_test() argument 2114 uchar_t *opt_ptr; 2119 opt_ptr, opt_len, 0) >= 0) {
|
/titanic_41/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 8358 char *opt_ptr; local 8527 opt_ptr = strchr(opt, ' '); 8528 if (opt_ptr != NULL) { 8529 *opt_ptr = '\0'; 8541 if (opt_ptr != NULL) { 8543 *opt_ptr = ' '; 8544 (void) strlcat(kernbuf, opt_ptr,
|