Searched refs:portbuf (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_rcmd_pxy.c | 129 char portbuf[8], *s; local 159 bzero(portbuf, sizeof(portbuf)); 160 COPYDATA(m, off, MIN(sizeof(portbuf), dlen), portbuf); 162 portbuf[sizeof(portbuf) - 1] = '\0'; 163 s = portbuf; 168 dlen, portbuf);
|
/titanic_50/usr/src/cmd/krb5/krb5kdc/ |
H A D | network.c | 131 char portbuf[10]; in paddr() local 133 buf, sizeof(buf), portbuf, sizeof(portbuf), in paddr() 139 if (len > 2+strlen(portbuf)) { in paddr() 142 strncpy(p, portbuf, len); in paddr()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | locate_kdc.c | 275 char portbuf[10], secportbuf[10]; in krb5int_add_host_to_list() local 288 sprintf(portbuf, "%d", ntohs(port)); in krb5int_add_host_to_list() 290 err = getaddrinfo (hostname, portbuf, &hint, &addrs); in krb5int_add_host_to_list() 293 hostname, portbuf, err, gai_strerror (err)); in krb5int_add_host_to_list()
|
H A D | sendto_kdc.c | 130 char addrbuf[NI_MAXHOST], portbuf[NI_MAXSERV]; in krb5int_debug_fprint() local 240 portbuf, sizeof (portbuf), in krb5int_debug_fprint() 247 sprintf(tmpbuf + strlen(tmpbuf), " %s.%s", addrbuf, portbuf); in krb5int_debug_fprint()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 2798 char *portbuf = NULL; in doit() local 2806 portbuf = (char *)malloc(sizeof (sin->sin_port)); in doit() 2807 if (portbuf == NULL) { in doit() 2813 (void) memcpy(portbuf, (const void *)&sin->sin_port, in doit() 2826 rsport.contents = (krb5_octet *)portbuf; in doit() 2832 char *portbuf = NULL; in doit() local 2844 portbuf = (char *)malloc(sizeof (sin6->sin6_port)); in doit() 2845 if (portbuf == NULL) { in doit() 2864 (void) memcpy((void *) portbuf, (const void *)&sin6->sin6_port, in doit() 2870 rsport.contents = (krb5_octet *)portbuf; in doit()
|
/titanic_50/usr/src/cmd/krb5/kadmin/server/ |
H A D | ovsec_kadmd.c | 795 char portbuf[32]; in main() local 801 (void) snprintf(portbuf, sizeof (portbuf), "%d", ntohs(addr.sin_port)); in main()
|