Searched refs:extlen (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libsocket/inet/ |
H A D | inet6_opt.c | 51 inet6_opt_init(void *extbuf, socklen_t extlen) in inet6_opt_init() argument 53 if (extbuf && ((extlen < 0) || (extlen % 8))) { in inet6_opt_init() 59 *((uint8_t *)extbuf + 1) = extlen/8 - 1; in inet6_opt_init() 71 inet6_opt_append(void *extbuf, socklen_t extlen, int offset, uint8_t type, in inet6_opt_append() argument 91 extlen = MIN(extlen, (*((uint8_t *)extbuf + 1) + 1) * 8); in inet6_opt_append() 102 if ((endlen > extlen) || !extbuf) { in inet6_opt_append() 143 inet6_opt_finish(void *extbuf, socklen_t extlen, int offset) in inet6_opt_finish() argument 155 extlen = MIN(extlen, (*((uint8_t *)extbuf + 1) + 1) * 8); in inet6_opt_finish() 162 if ((offset + padbytes > extlen) || !extbuf) { in inet6_opt_finish() 212 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, uint8_t *typep, in inet6_opt_next() argument [all …]
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_mangle_name.c | 153 int len, extlen, ndots; in smb_needs_mangled() local 186 extlen = strlen(last_dot + 1); in smb_needs_mangled() 187 if ((extlen == 0) || (extlen > SMB_NAME83_EXTLEN)) in smb_needs_mangled() 190 if ((len - extlen - 1) > SMB_NAME83_BASELEN) in smb_needs_mangled()
|
/titanic_44/usr/src/uts/i86xpv/os/ |
H A D | balloon.c | 941 uint_t i, j, page_cnt, extlen; in balloon_replace_pages() local 952 extlen = 1 << order; in balloon_replace_pages() 953 page_cnt = nextents * extlen; in balloon_replace_pages() 978 locked = balloon_lock_contig_pfnlist(cnt * extlen); in balloon_replace_pages() 980 for (j = 0; j < extlen; j++) { in balloon_replace_pages() 981 reassign_pfn(pp[i * extlen + j]->p_pagenum, in balloon_replace_pages() 1000 fallback_cnt = page_cnt - cnt * extlen; in balloon_replace_pages()
|
/titanic_44/usr/src/uts/common/netinet/ |
H A D | in.h | 1152 extern int inet6_opt_init(void *extbuf, socklen_t extlen); 1153 extern int inet6_opt_append(void *extbuf, socklen_t extlen, int offset, 1155 extern int inet6_opt_finish(void *extbuf, socklen_t extlen, int offset); 1158 extern int inet6_opt_next(void *extbuf, socklen_t extlen, int offset, 1160 extern int inet6_opt_find(void *extbufp, socklen_t extlen, int offset,
|