Home
last modified time | relevance | path

Searched refs:ipbuf (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/ipf/lib/common/
H A Dprintnat.c31 char ipbuf[INET6_ADDRSTRLEN]; local
101 printf("%s", inet_ntop(af, ptr, ipbuf, sizeof (ipbuf)));
111 printf("%s", inet_ntop(af, ptr, ipbuf, sizeof (ipbuf)));
115 printf("%s", inet_ntop(af, ptr, ipbuf, sizeof (ipbuf)));
151 printf("%s", inet_ntop(af, ptr, ipbuf, sizeof (ipbuf)));
158 printf("%s", inet_ntop(af, ptr, ipbuf, sizeof (ipbuf)));
161 printf("%s", inet_ntop(af, ptr, ipbuf, sizeof (ipbuf)));
164 printf("%s", inet_ntop(af, ptr, ipbuf, sizeof (ipbuf)));
H A Dprinthostmask.c22 char ipbuf[INET6_ADDRSTRLEN]; local
40 printf("%s", inet_ntop(af, ptr, ipbuf, sizeof(ipbuf)));
/titanic_44/usr/src/cmd/cron/
H A Dat.c170 char ipbuf[PROJECT_BUFSZ]; in main() local
215 (void *)&ipbuf, sizeof (ipbuf))) in main()
234 (void *)&ipbuf, sizeof (ipbuf))) in main()
/titanic_44/usr/src/cmd/sendmail/src/
H A Dmain.c764 char ipbuf[103]; local
766 ipbuf[0] = '\0';
775 (void) sm_snprintf(ipbuf, sizeof(ipbuf),
788 (void) sm_snprintf(ipbuf, sizeof(ipbuf),
793 if (ipbuf[0] == '\0')
797 sm_dprintf("\ta.k.a.: %s\n", ipbuf);
798 setclass('w', ipbuf);
2595 char ipbuf[103]; local
2597 (void) sm_snprintf(ipbuf, sizeof(ipbuf), "[%.100s]",
2600 macid("{client_name}"), ipbuf);
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_session.c1256 char ipbuf[INET6_ADDRSTRLEN]; in smb_session_getclient() local
1271 if (smb_inet_ntop(ipaddr, ipbuf, SMB_IPSTRLEN(ipaddr->a_family))) in smb_session_getclient()
1272 (void) strlcpy(buf, ipbuf, buflen); in smb_session_getclient()