AF_LINK problem



Hi,
I'm trying to create a socket under AF_LINK family but freebsd is saying
that "protocol is not supported" while creating the socket.
Is AF_LINK not supported?

/Venkat
_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Example network protocol implementation
    ... Could someone point me to an example that shows a SIMPLE network protocol ... implemented over TCP/IP inside the FreeBSD kernel. ... you call socreate to get a socket. ...
    (freebsd-hackers)
  • Re: Example network protocol implementation
    ... Could someone point me to an example that shows a SIMPLE network protocol ... implemented over TCP/IP inside the FreeBSD kernel. ... you call socreate to get a socket. ...
    (freebsd-questions)
  • Re: socket
    ... Minus socket creation, usage is identical for both protocol families and offering services on both types of endpoints can easily be done with the standardized I/O multiplexing facilities and with whatever extended ones are available. ... Another nice feature is the availability of reliable datagram sockets, since this avoids the need for writing code to work around bytestream semantics for record-based protocols. ... IOW, I believe, if the receiver process' socket buffer is full, even a blocking sendoperation is allowed to return without error and still lose the message -- the kernel is permitted to throw away the message between the sending and the receiving socket buffers, after it has placed the datagram successfully in the outgoing skb when the sending process called sendmsg. ...
    (comp.unix.programmer)
  • HEADS UP: network stack and socket hackery over the next few weeks
    ... Over the next few weeks, I'll be doing a fairly serious workworking of the socket and protocol reference models, in order to clean up a number of long-standing race conditions and provide infrastructure for significant locking optimizations for several protocols (including TCP). ...
    (freebsd-current)
  • Re: socket arguments
    ... a protocol argument of zero means unspecified. ... socket type, protocol) parameters. ... ProviderFlags: MatchesProtoZero ...
    (microsoft.public.win32.programmer.networks)