Is there a standard function converting four numbers to one 32-bit IP address?
I mean a function like
f(i, j, k, l) {
return (((((i << 8) | j) << 8) | k) << 8) | l;
}
Elisej Babenko
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
