Searched refs:opt_ptr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c211 uchar_t *opt_ptr = NULL; local
231 &opt_ptr, &after_secopt, &hbh_needed))
234 if (opt_ptr != NULL) {
237 * opt_ptr[0]: Option type
238 * opt_ptr[1]: Length of option data in bytes
239 * opt_ptr[2]: First byte of option data
241 if ((optlen = opt_ptr[1]) < 8)
243 opt_ptr += 2;
246 * opt_ptr[0] - opt_ptr[
[all...]
H A Dtnet.c685 uchar_t *opt_ptr = NULL; local
706 if (!tsol_get_option_v4(mp, &label_type, &opt_ptr))
712 if (!tsol_get_option_v6(mp, &label_type, &opt_ptr))
727 co = (const struct cipso_option *)opt_ptr;
734 if (!cipso_to_sl(opt_ptr, &sl))
1462 uchar_t *opt_ptr = NULL; local
1487 if (!tsol_get_option_v4(mp, &label_type, &opt_ptr))
1508 if (!tsol_get_option_v6(mp, &label_type, &opt_ptr))
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2112 ccp_test(unit, opt_ptr, opt_len, for_transmit)
2114 uchar_t *opt_ptr;
2119 opt_ptr, opt_len, 0) >= 0) {
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c9002 char *opt_ptr; local
9184 opt_ptr = strchr(opt, ' ');
9185 if (opt_ptr != NULL) {
9186 *opt_ptr = '\0';
9198 if (opt_ptr != NULL) {
9200 *opt_ptr = ' ';
9201 (void) strlcat(kernbuf, opt_ptr,

Completed in 444 milliseconds