Lines Matching refs:we
6 # What we will do here create a divert(4) tap. This simply dumps
46 # Note that we used ngctl's ``name'' command to do this. However,
52 # Here we are using the ASCII <-> binary control message conversion
53 # routines. ngctl does this for us automatically when we use the
65 # That is why we can specify the struct sockaddr argument to the
66 # ``bind'' command as ``inet/192.168.1.1'' (since we didn't specify
78 # types when parsing. Now since we didn't ask for a specific port
79 # number, we need to do a ``getname'' to see what port number we got:
85 # As soon as we sent the message, we got back a response. Here
90 # us in its ASCII form. In this case, what we get back is a struct
91 # sockaddr, and there we see that our port number is 1029.
93 # So now let's add the ipfw divert rule for whatever packets we
102 # Now watch what happens when we try to ping from that machine:
124 # So we're seeing the output from the ksocket socket appear on the ``foo''
162 # By sending a node the ``listhooks'' command using ngctl, we can see