Searched defs:addrtype (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libcommputil/common/
H A Dsdp.c292 * o=<username> <sess-id> <sess-version> <nettype> <addrtype> <unicast-address>
296 uint64_t ver, const char *nettype, const char *addrtype,
303 addrtype == NULL || address == NULL) {
319 if ((ret = commp_add_str(&origin->o_addrtype, addrtype,
320 strlen(addrtype))) != 0) {
404 * c=<nettype> <addrtype> <connection-address>[/ttl]/<number of addresses>
407 sdp_add_connection(sdp_conn_t **conn, const char *nettype, const char *addrtype, argument
414 if (conn == NULL || nettype == NULL || addrtype == NULL ||
427 if ((ret = commp_add_str(&new_conn->c_addrtype, addrtype,
428 strlen(addrtype))) !
295 sdp_add_origin(sdp_session_t *session, const char *name, uint64_t id, uint64_t ver, const char *nettype, const char *addrtype, const char *address) argument
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dparseaddr.c2644 char addrtype[4]; local
2658 addrtype[2] = 's';
2664 addrtype[2] = 'r';
2668 addrtype[1] = ' ';
2669 addrtype[3] = '\0';
2670 addrtype[0] = bitset(RF_HEADERADDR, flags) ? 'h' : 'e';
2671 macdefine(&e->e_macro, A_TEMP, macid("{addr_type}"), addrtype);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sys.c4682 int addrtype = POPi; local
4687 hent = PerlSock_gethostbyaddr(addr, (Netdb_hlen_t) addrlen, addrtype);
4797 int addrtype = POPi; local
4799 nent = PerlSock_getnetbyaddr(addr, addrtype);

Completed in 30 milliseconds