DIPAddr is the IPAddr Datum.
| 1567 | |
| 1568 | // DIPAddr is the IPAddr Datum. |
| 1569 | type DIPAddr struct { |
| 1570 | ipaddr.IPAddr |
| 1571 | } |
| 1572 | |
| 1573 | // NewDIPAddr is a helper routine to create a *DIPAddr initialized from its |
| 1574 | // argument. |
nothing calls this directly
no outgoing calls
no test coverage detected