Searched refs:extbuf (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsocket/inet/
H A Dinet6_opt.c40 #define bufpos(p) ((p) - (uint8_t *)extbuf)
44 * extension header. If extbuf is not NULL then it initializes its length
48 inet6_opt_init(void *extbuf, socklen_t extlen) argument
50 if (extbuf && (((int)extlen < 0) || (extlen % 8))) {
54 if (extbuf) {
55 *(uint8_t *)extbuf = 0;
56 *((uint8_t *)extbuf + 1) = extlen/8 - 1;
68 inet6_opt_append(void *extbuf, socklen_t extlen, int offset, uint8_t type, argument
81 if (extbuf) {
88 extlen = MIN(extlen, (*((uint8_t *)extbuf
140 inet6_opt_finish(void *extbuf, socklen_t extlen, int offset) argument
209 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, uint8_t *typep, socklen_t *lenp, void **databufp) argument
270 inet6_opt_find(void *extbuf, socklen_t extlen, int offset, uint8_t type, socklen_t *lenp, void **databufp) argument
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_dfl.c697 struct k5buf buf, extbuf; local
711 krb5int_buf_init_dynamic(&extbuf);
712 krb5int_buf_add_fmt(&extbuf, "HASH:%s %lu:%s %lu:%s", rep->msghash,
715 extstr = krb5int_buf_data(&extbuf);

Completed in 33 milliseconds