Home
last modified time | relevance | path

Searched refs:DSCP_ADDR_LOCAL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdscp/
H A Dlibdscp.c78 error = dscpAddr(domain_id, DSCP_ADDR_LOCAL, in dscpBind()
252 ((which != DSCP_ADDR_LOCAL) && (which != DSCP_ADDR_REMOTE))) { in dscpAddr()
294 if (which == DSCP_ADDR_LOCAL) { in dscpAddr()
H A Dlibdscp.h53 #define DSCP_ADDR_LOCAL (1) /* Get the domain's local IP address */ macro
/illumos-gate/usr/src/cmd/prtdscp/sparc/sun4u/
H A Dprtdscp.c78 if (get_address(DSCP_ADDR_LOCAL, daddr) < 0) { in main()